Skip to content

Commit

Permalink
pinned Python version to prevent build failure on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ubidefeo committed Dec 15, 2023
1 parent d4b5d57 commit b4e2238
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 b4e2238

Please sign in to comment.