We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfce28d commit 1d2c17fCopy full SHA for 1d2c17f
1 file changed
.github/workflows/test-ingest-python-code.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install required Python packages + pytest + flake8
32
run: |
33
python -m pip install --upgrade pip
34
- python -m pip install -r requirements.txt
+ python -m pip install -r scripts/automated_ingestion/requirements.txt
35
python -m pip install pytest
36
python -m pip install --upgrade flake8
37
0 commit comments