Skip to content

Commit

Permalink
IWF-157: Poetry install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo89519 committed Sep 30, 2024
1 parent 5874aca commit d0a882d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.9'
- name: Install deps
uses: snok/poetry-install@v1
uses: snok/install-poetry@v1
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run linters
Expand All @@ -28,7 +28,7 @@ jobs:
with:
python-version: '3.9'
- name: Install deps
uses: snok/poetry-install@v1
uses: snok/install-poetry@v1
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run pytest check # sleep 30s to wait for the server to be ready
Expand Down

0 comments on commit d0a882d

Please sign in to comment.