Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos authored Feb 8, 2024
1 parent 648cede commit fd9616c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
cache: 'poetry'
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: Test with pytest
run: poetry run pytest

0 comments on commit fd9616c

Please sign in to comment.