Skip to content

Commit

Permalink
try to fix ci 4
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Nov 21, 2024
1 parent d48b731 commit 7855d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# PyYaml is required until docker-compose is migrated to v2
pip install pyyaml==5.3.1
pip install docker==6.1.3 docker-compose==1.29.2
poetry install --no-interaction --no-ansi
#poetry install --no-interaction --no-ansi
docker-compose version
cd tests
echo "111: docker-compose up -d"
echo "111: $DOCKER_HOST
docker-compose up -d
echo "$? OK"
poetry run python -m pytest

0 comments on commit 7855d1d

Please sign in to comment.