Merge pull request #166 from GrammaticalFramework/fix-python-ci

Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest
This commit is contained in:
Inari Listenmaa
2023-11-17 14:36:06 +01:00
committed by GitHub

View File

@@ -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