We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a57a37 + 97e1347 commit 0fb99b5Copy full SHA for 0fb99b5
.github/workflows/main.yml
@@ -14,13 +14,12 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: goanpeca/setup-miniconda@v2.2.0
16
with:
17
- miniforge-variant: latest
+ miniforge-version: latest
18
conda-version: ">=23.7.4"
19
conda-build-version: ">=3.26"
20
environment-file: environment.yml
21
activate-environment: mkxref-dev
22
python-version: ${{ matrix.python-version }}
23
- auto-update-conda: true
24
condarc-file: github-condarc.yml
25
auto-activate-base: true
26
use-mamba: true
0 commit comments