Skip to content

Commit

Permalink
Merge pull request #67 from per1234/pin-python
Browse files Browse the repository at this point in the history
Pin Python version at 3.11 in build workflow
  • Loading branch information
per1234 authored Dec 6, 2023
2 parents 9dedd05 + e7fbe4b commit 8b57764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'

# - name: Install Python 2.7
# uses: actions/setup-python@v3
# with:
# python-version: '2.7'
- name: Install Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.11.x'

- name: Package
shell: bash
Expand Down

0 comments on commit 8b57764

Please sign in to comment.