Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Apr 15, 2024
1 parent 82af2ee commit 3478495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 3478495

Please sign in to comment.