Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Nov 21, 2024
1 parent 97b2dc1 commit 1ad499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# PyYaml is required until docker-compose is migrated to v2
pip install pyyaml==5.3.1
pip install docker==6.1.3 docker-compose
pip install docker==6.1.3 docker-compose requests==2.31.0
poetry install --no-interaction --no-ansi
docker-compose version
poetry run python -m pytest

0 comments on commit 1ad499b

Please sign in to comment.