Skip to content

Commit 16e36ed

Browse files
committed
feat: pin python version in CI.
1 parent ac41ecc commit 16e36ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-gumtree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
shell: bash
3333
- uses: actions/setup-python@v6
3434
with:
35+
python-version: '3.12'
3536
cache: 'pip'
3637
- run: pip install pandas plotnine scipy jupyter
3738
- name: Setup Gradle

0 commit comments

Comments
 (0)