Skip to content

Commit

Permalink
Merge branch 'master' into haraprasadj-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch authored Mar 5, 2024
2 parents 0d75459 + 2ed4bcb commit b46b960
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 195 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 b46b960

Please sign in to comment.