Skip to content

Commit

Permalink
Remove pip-requirements from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 30, 2022
1 parent 334c135 commit b9992f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
pip install -r pip-requirements.txt
pip install -r dev-requirements.txt
pip install -e .
pip install -U requests[security]
Expand Down

0 comments on commit b9992f9

Please sign in to comment.