Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Silva committed Mar 24, 2024
1 parent b97bc75 commit dea2d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
pip install pytest pytest-md pytest-emoji poetry
pip -r requirements.txt
pip install -r requirements.txt
- uses: pavelzw/pytest-action@v2
with:
emoji: false
Expand Down

0 comments on commit dea2d26

Please sign in to comment.