Skip to content

Commit 54fed6c

Browse files
committed
Remove duplicate pip install
1 parent a9417d1 commit 54fed6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ runs:
6565
- name: Install pytest
6666
shell: bash
6767
run: pip install pytest
68-
- name: Install dependencies
69-
shell: bash
70-
run: |
71-
pip install -r requirements.txt
72-
pip install -r optional_requirements.txt
7368
- name: Run pytest
7469
shell: bash
7570
run: |

0 commit comments

Comments
 (0)