Skip to content

Commit

Permalink
Remove duplicate pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jul 14, 2023
1 parent 6e58d88 commit 303b9a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ runs:
- name: Install pytest
shell: bash
run: pip install pytest
- name: Install dependencies
shell: bash
run: |
pip install -r requirements.txt
pip install -r optional_requirements.txt
- name: Run pytest
shell: bash
run: |
Expand Down

0 comments on commit 303b9a5

Please sign in to comment.