File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - uses : mamba-org/setup-micromamba@v1
1717 with :
1818 generate-run-shell : true
19- environment-file : requirements .yml
19+ environment-file : environment .yml
2020 create-args : >-
2121 python=3.10
2222 pillow
Original file line number Diff line number Diff line change 1616 - uses : mamba-org/setup-micromamba@v1
1717 with :
1818 generate-run-shell : true
19- environment-file : requirements .yml
19+ environment-file : environment .yml
2020 create-args : >-
2121 python=3.9
2222 pillow
Original file line number Diff line number Diff line change 2727 - uses : mamba-org/setup-micromamba@v1
2828 with :
2929 generate-run-shell : true
30- environment-file : requirements .yml
30+ environment-file : environment .yml
3131 create-args : >-
3232 python=${{ matrix.python-version }}
3333
Original file line number Diff line number Diff line change 1919 - uses : mamba-org/setup-micromamba@v1
2020 with :
2121 generate-run-shell : true
22- environment-file : requirements .yml
22+ environment-file : environment .yml
2323 create-args : >-
2424 python=3.10
2525
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
6- - python = 3.10
6+ - python < = 3.9
77 - pip
88 - numpy
99 - pandas
You can’t perform that action at this time.
0 commit comments