Skip to content

Commit

Permalink
try updating miniconda action
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Jun 4, 2024
1 parent af67986 commit 4290edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
key:
${{ runner.os }}-conda-${{ matrix.python-version }}-${{ hashFiles('environment.yml') }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
Expand Down

0 comments on commit 4290edf

Please sign in to comment.