Skip to content

Commit

Permalink
(PPS-697) disable poetry cache
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Feb 6, 2024
1 parent 38404b1 commit 3f0b619
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 81 deletions.
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
- poetry install --all-extras -vv --no-interaction --no-cache
- poetry show -vv
- psql -c 'SELECT version();' -U postgres
- psql -U postgres -c "create database fence_test_tmp"
Expand Down
Loading

0 comments on commit 3f0b619

Please sign in to comment.