Skip to content

Commit

Permalink
Merge pull request #1137 from uc-cdis/chore/bump-cryptography-and-pyyaml
Browse files Browse the repository at this point in the history
Chore/bump cryptography and pyyaml
  • Loading branch information
george42-ctds authored Feb 12, 2024
2 parents 39de179 + a2e8368 commit 410fae7
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 181 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ before_install:

install:
- pip install --upgrade pip
- pip install poetry
- curl -sSL https://install.python-poetry.org | python -
- which poetry
- poetry --version
- poetry install --all-extras -vv --no-interaction
- poetry show -vv
- psql -c 'SELECT version();' -U postgres
Expand Down
Loading

0 comments on commit 410fae7

Please sign in to comment.