Skip to content

Commit

Permalink
Merge pull request #166 from GrammaticalFramework/fix-python-ci
Browse files Browse the repository at this point in the history
Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest
  • Loading branch information
inariksit authored Nov 17, 2023
2 parents 9204884 + b59fe24 commit e11017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.x'
python-version: '3.10'

- name: Build sdist
run: cd src/runtime/python && python setup.py sdist
Expand Down

0 comments on commit e11017a

Please sign in to comment.