Skip to content

Commit

Permalink
IWF-157: Poetry dep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo89519 committed Sep 30, 2024
1 parent 6016671 commit 52a56d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install deps
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
- name: Install Dependencies
run: poetry install
- name: Run pytest check # sleep 30s to wait for the server to be ready
run: echo "[run]">>.coveragerc && echo "omit = iwf/iwf_api/">>.coveragerc && sleep 30 && poetry run pytest -vv --cov-config=.coveragerc --cov="iwf/" .
- name: Dump docker logs
Expand Down

0 comments on commit 52a56d0

Please sign in to comment.