We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc2fc commit 4eeeee8Copy full SHA for 4eeeee8
.github/workflows/python-app.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install -r megalist_dataflow/requirements.txt
27
- name: Test with pytest
28
29
./run_tests.sh
0 commit comments