Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Apr 28, 2024
1 parent 8d7abbc commit 1d2c237
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
- name: Upload
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -73,10 +72,9 @@ jobs:
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
- name: Upload
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 1d2c237

Please sign in to comment.