Skip to content

Commit 5710685

Browse files
committed
CLN remove unneeded pip install
1 parent 117ab55 commit 5710685

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
pip-install: -r requirements.txt
4141
cache: 'pip' # caching pip dependencies
4242
- name: Prepare input/output directories
43-
run: |
44-
pip install -r requirements.txt
45-
python tools/setup_data.py
43+
run: python tools/setup_data.py
4644

4745
- name: Test ingestion program
4846
run: |

0 commit comments

Comments
 (0)