Skip to content

Commit

Permalink
Downgrade python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Nov 4, 2023
1 parent 5b3c3b3 commit 442dc31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 442dc31

Please sign in to comment.