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 Oct 21, 2024
1 parent ace85d6 commit d90caaf
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
with:
python-version: "3.12"
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
with:
python-version: "3.12"
Expand All @@ -52,15 +52,13 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
- uses: actions/checkout@v4
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
miniforge-version: latest
condarc-file: .condarc
- name: Build Constructor
shell: bash -l {0}
run: |
Expand Down

0 comments on commit d90caaf

Please sign in to comment.