Skip to content

Commit a1772af

Browse files
committed
FIX setup python
1 parent 9f2ee1d commit a1772af

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ jobs:
4242
rm -rf ${{ runner.temp }}/.buildx-cache
4343
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
4444
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
4550
- name: Prepare input/output directories (per README)
46-
run: |
47-
set -e
48-
python setup_data.py
51+
run: python setup_data.py
4952

5053
- name: Test ingestion program
5154
run: |

0 commit comments

Comments
 (0)