Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lazam committed Aug 22, 2023
1 parent 6acb368 commit 9d0098e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.3.1
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Run tests
run : |
pip install docker-compose wheel
# PyYaml is required until docker-compose is migrated to v2
pip install pyyaml==5.3.1
pip install docker-compose
poetry install --no-interaction --no-ansi
docker-compose version
poetry run python -m pytest

0 comments on commit 9d0098e

Please sign in to comment.