Skip to content

Commit

Permalink
try to fix ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Nov 21, 2024
1 parent 7855d1d commit 86979f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
# - name: Install and configure Poetry
# uses: snok/install-poetry@v1
# with:
# version: 1.5.1
# virtualenvs-create: true
# virtualenvs-in-project: true
- name: Run tests
run: |
# PyYaml is required until docker-compose is migrated to v2
Expand All @@ -32,7 +32,7 @@ jobs:
#poetry install --no-interaction --no-ansi
docker-compose version
cd tests
echo "111: $DOCKER_HOST
echo "111: $DOCKER_HOST"
docker-compose up -d
echo "$? OK"
poetry run python -m pytest

0 comments on commit 86979f4

Please sign in to comment.