@@ -29,20 +29,20 @@ jobs:
29
29
-
uses :
pre-commit/[email protected]
30
30
31
31
unit-tests :
32
- name : unit-tests (3.10 )
32
+ name : unit-tests (3.12 )
33
33
runs-on : ubuntu-latest
34
34
35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
- name : Install Conda environment with Micromamba
38
- uses : mamba-org/provision-with- micromamba@v14
38
+ uses : mamba-org/setup- micromamba@v1
39
39
with :
40
40
environment-file : environment.yml
41
41
environment-name : DEVELOP
42
42
channels : conda-forge
43
43
cache-env : true
44
- extra-specs : |
45
- python=3.10
44
+ create-args : |
45
+ python=3.12
46
46
- name : Install package
47
47
run : |
48
48
python -m pip install --no-deps -e .
@@ -57,14 +57,14 @@ jobs:
57
57
steps :
58
58
- uses : actions/checkout@v3
59
59
- name : Install Conda environment with Micromamba
60
- uses : mamba-org/provision-with- micromamba@v14
60
+ uses : mamba-org/setup- micromamba@v1
61
61
with :
62
62
environment-file : docs/requirements.txt
63
63
environment-name : DEVELOP
64
64
channels : conda-forge
65
65
cache-env : true
66
- extra-specs : |
67
- python=3.10
66
+ create-args : |
67
+ python=3.12
68
68
- name : Install package
69
69
run : |
70
70
python -m pip install --no-deps -e .
@@ -79,13 +79,13 @@ jobs:
79
79
strategy :
80
80
matrix :
81
81
include :
82
- - python-version : ' 3.8 '
82
+ - python-version : ' 3.12 '
83
83
extra : -minver
84
84
85
85
steps :
86
86
- uses : actions/checkout@v3
87
87
- name : Install Conda environment with Micromamba
88
- uses : mamba-org/provision-with- micromamba@v14
88
+ uses : mamba-org/setup- micromamba@v1
89
89
with :
90
90
environment-file : environment${{ matrix.extra }}.yml
91
91
environment-name : DEVELOP${{ matrix.extra }}
0 commit comments