Skip to content

Commit 5767d8e

Browse files
committed
Fix ci
1 parent 59c69f0 commit 5767d8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.9", "3.11", "3.12"]
1414
experimental: [false]
1515
include:
16-
- python-version: "3.12"
16+
- python-version: "3.13"
1717
os: "ubuntu-latest"
1818
experimental: true
1919

@@ -28,15 +28,15 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Setup Conda Environment
31-
uses: conda-incubator/setup-miniconda@v2
31+
uses: conda-incubator/setup-miniconda@v3
3232
with:
33-
miniforge-variant: Mambaforge
3433
miniforge-version: latest
35-
use-mamba: true
3634
python-version: ${{ matrix.python-version }}
3735
environment-file: continuous_integration/environment.yaml
3836
activate-environment: test-environment
39-
auto-update-conda: true
37+
channels: conda-forge
38+
conda-remove-defaults: true
39+
channel-priority: strict
4040

4141
- name: Install unstable dependencies
4242
if: matrix.experimental == true

0 commit comments

Comments
 (0)