Skip to content

Commit

Permalink
Work around setup-python version not supporting 3.11 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadock committed Oct 25, 2022
1 parent b9abc80 commit fa55503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "~3.11.0-0" # Workaround syntax until setup-python is updated

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "~3.11.0-0" # Workaround syntax until setup-python is updated

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit fa55503

Please sign in to comment.