Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed May 2, 2024
1 parent 2718e98 commit 08069f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
submodules: 'true'

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.10

- name: Install package dependencies
run: |
Expand Down

0 comments on commit 08069f8

Please sign in to comment.