Skip to content

Commit

Permalink
Revert python downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 authored Jul 27, 2023
1 parent 355f44d commit 3f04a37
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 @@ -47,10 +47,10 @@ jobs:
with:
node-version: 18

- name: Set up Python 3.10.6 🐍
- name: Set up Python 3.11.4 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10.6"
python-version: "3.11.4"

- name: Install Python dependencies ⬇️
run: |
Expand Down Expand Up @@ -97,10 +97,10 @@ jobs:
with:
node-version: 18

- name: Set up Python 3.10.6 🐍
- name: Set up Python 3.11.4 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10.6"
python-version: "3.11.4"

- name: Install Python dependencies ⬇️
run: |
Expand Down

0 comments on commit 3f04a37

Please sign in to comment.