File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 48
48
- name : Checkout repository
49
49
uses : actions/checkout@v3
50
50
51
- - name : Provision with micromamba
52
- uses : mamba-org/provision-with-micromamba@v16
51
+ - name : Set up micromamba
52
+ uses : mamba-org/setup-micromamba@v1
53
+ with :
54
+ environment-file : environment.yml
53
55
54
56
- name : Set interpreter
55
57
run : |
Original file line number Diff line number Diff line change 26
26
perl -i -spwe 's/^ *- python=\K.+$/$pyver/' -- \
27
27
-pyver=${{ matrix.python-version }} environment.yml
28
28
29
- - name : Provision with micromamba
30
- uses : mamba-org/provision-with-micromamba@v16
29
+ - name : Set up micromamba
30
+ uses : mamba-org/setup-micromamba@v1
31
+ with :
32
+ environment-file : environment.yml
31
33
32
34
- name : Run all tests
33
35
run : pytest --doctest-modules
You can’t perform that action at this time.
0 commit comments