Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meganhmoore committed Apr 22, 2024
1 parent 5f37d89 commit 7c2df7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Test with pytest
run: |
cd backend
pip install pytest
pip install poetry==1.8.2
poetry install pytest
if [ -f pyproject.toml ]; then poetry install; fi
pip list
pytest

0 comments on commit 7c2df7f

Please sign in to comment.