Skip to content

Commit

Permalink
fix: postgres tests
Browse files Browse the repository at this point in the history
Use pipx instead of pip3 as suggested by the error
message to fix the postgres tests.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Oct 10, 2024
1 parent 959e6f8 commit ae037db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fdo-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sudo rm -rf aio

# Set servers store driver to postgres
greenprint "🔧 Set servers store driver to postgres"
sudo pip3 install yq
sudo pipx install yq
# Configure manufacturing server db
yq -yi 'del(.ownership_voucher_store_driver.Directory)' test/fdo/manufacturing-server.yml
yq -yi ".ownership_voucher_store_driver += {Postgres: {server: \"Manufacturer\", url: \"${DB_URL}\"}}" test/fdo/manufacturing-server.yml
Expand Down

0 comments on commit ae037db

Please sign in to comment.