Skip to content

Commit 0fb99b5

Browse files
2 parents 4a57a37 + 97e1347 commit 0fb99b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: goanpeca/setup-miniconda@v2.2.0
1616
with:
17-
miniforge-variant: latest
17+
miniforge-version: latest
1818
conda-version: ">=23.7.4"
1919
conda-build-version: ">=3.26"
2020
environment-file: environment.yml
2121
activate-environment: mkxref-dev
2222
python-version: ${{ matrix.python-version }}
23-
auto-update-conda: true
2423
condarc-file: github-condarc.yml
2524
auto-activate-base: true
2625
use-mamba: true

0 commit comments

Comments
 (0)