Skip to content

Commit

Permalink
(PPS-697) re-enable poetry caching
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Feb 6, 2024
1 parent 3f0b619 commit ad03cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
install:
- pip install --upgrade pip
- pip install poetry
- poetry install --all-extras -vv --no-interaction --no-cache
- poetry install --all-extras -vv --no-interaction
- poetry show -vv
- psql -c 'SELECT version();' -U postgres
- psql -U postgres -c "create database fence_test_tmp"
Expand Down

0 comments on commit ad03cfd

Please sign in to comment.