Skip to content

Commit a2633a9

Browse files
update CI conda setup
1 parent fd9b98d commit a2633a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
python-version: ["3.9", "3.11", "3.13"]
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: goanpeca/setup-miniconda@v2.2.0
15+
- uses: conda-incubator/setup-miniconda@v3.0.4
1616
with:
1717
miniforge-version: latest
18-
conda-version: ">=23.7.4"
19-
conda-build-version: ">=3.26"
18+
conda-version: ">=24.11"
19+
conda-build-version: ">=25.1"
2020
environment-file: environment.yml
2121
activate-environment: mkxref-dev
2222
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)