Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtoshev committed Jan 2, 2024
1 parent a98d129 commit 9483ecc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
echo "Installing Poetry from root $(pwd)"
poetry install
poetry shell
- name: Test with pytest
run: |
pytest
.venv/bin/pytest

0 comments on commit 9483ecc

Please sign in to comment.