Skip to content

Commit 1d2c17f

Browse files
committed
add relative path to requirements.txt
1 parent cfce28d commit 1d2c17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ingest-python-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install required Python packages + pytest + flake8
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install -r requirements.txt
34+
python -m pip install -r scripts/automated_ingestion/requirements.txt
3535
python -m pip install pytest
3636
python -m pip install --upgrade flake8
3737

0 commit comments

Comments
 (0)