Skip to content

Commit

Permalink
use older python version to keep distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
inariksit committed Nov 17, 2023
1 parent 9204884 commit b59fe24
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 b59fe24

Please sign in to comment.