Skip to content

Commit

Permalink
Try to fix the python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed May 14, 2024
1 parent 4b4b540 commit 3084efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10.5"

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10.5"

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10.5"

Expand Down

0 comments on commit 3084efb

Please sign in to comment.