Skip to content

Commit

Permalink
change the python version of macOS.....again
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Dec 18, 2023
1 parent bb368b5 commit 3bcad4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

# - uses: actions/setup-python@v4
# with:
# python-version: '3.10'
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3bcad4e

Please sign in to comment.