Skip to content

Commit

Permalink
Test different python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed Jan 30, 2025
1 parent e900c4b commit 149ac11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.11.3

- name: Install dependencies
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.11.3

# because jobs may not be run in the same order, we need to install the dependencies again
- name: Install helical
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.11.3

# because jobs may not be run in the same order, we need to install the dependencies again
- name: Install helical
Expand Down

0 comments on commit 149ac11

Please sign in to comment.