Skip to content

Commit

Permalink
Merge pull request #9 from turulomio/turulomio-patch-1
Browse files Browse the repository at this point in the history
Update python-app.yml
  • Loading branch information
turulomio authored Dec 1, 2023
2 parents bbc5b81 + c691a93 commit e9256ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry pytest
poetry install
pip install pytest
pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit e9256ed

Please sign in to comment.