We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b98d commit a2633a9Copy full SHA for a2633a9
.github/workflows/main.yml
@@ -12,11 +12,11 @@ jobs:
12
python-version: ["3.9", "3.11", "3.13"]
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: goanpeca/setup-miniconda@v2.2.0
+ - uses: conda-incubator/setup-miniconda@v3.0.4
16
with:
17
miniforge-version: latest
18
- conda-version: ">=23.7.4"
19
- conda-build-version: ">=3.26"
+ conda-version: ">=24.11"
+ conda-build-version: ">=25.1"
20
environment-file: environment.yml
21
activate-environment: mkxref-dev
22
python-version: ${{ matrix.python-version }}
0 commit comments