Commit 5767d8e 1 parent 59c69f0 commit 5767d8e Copy full SHA for 5767d8e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
python-version : ["3.9", "3.11", "3.12"]
14
14
experimental : [false]
15
15
include :
16
- - python-version : " 3.12 "
16
+ - python-version : " 3.13 "
17
17
os : " ubuntu-latest"
18
18
experimental : true
19
19
@@ -28,15 +28,15 @@ jobs:
28
28
uses : actions/checkout@v3
29
29
30
30
- name : Setup Conda Environment
31
- uses : conda-incubator/setup-miniconda@v2
31
+ uses : conda-incubator/setup-miniconda@v3
32
32
with :
33
- miniforge-variant : Mambaforge
34
33
miniforge-version : latest
35
- use-mamba : true
36
34
python-version : ${{ matrix.python-version }}
37
35
environment-file : continuous_integration/environment.yaml
38
36
activate-environment : test-environment
39
- auto-update-conda : true
37
+ channels : conda-forge
38
+ conda-remove-defaults : true
39
+ channel-priority : strict
40
40
41
41
- name : Install unstable dependencies
42
42
if : matrix.experimental == true
You can’t perform that action at this time.
0 commit comments