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 9f2ee1d commit a1772afCopy full SHA for a1772af
.github/workflows/test.yml
@@ -42,10 +42,13 @@ jobs:
42
rm -rf ${{ runner.temp }}/.buildx-cache
43
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
44
45
+ - uses: actions/setup-python@v6
46
+ with:
47
+ python-version: '3.12'
48
+ pip-install: -r requirements.txt
49
+ cache: 'pip' # caching pip dependencies
50
- name: Prepare input/output directories (per README)
- run: |
- set -e
- python setup_data.py
51
+ run: python setup_data.py
52
53
- name: Test ingestion program
54
run: |
0 commit comments