File tree Expand file tree Collapse file tree 5 files changed +7
-56
lines changed Expand file tree Collapse file tree 5 files changed +7
-56
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,21 @@ jobs:
3434 conda-env : py38
3535 spec : main
3636 - python-version : ' 3.9'
37- conda-env : wo-python
37+ conda-env : dev
3838 spec : conda
39- - python-version : ' 3.9'
40- conda-env : tf
41- spec : main
4239 - python-version : ' 3.10'
43- conda-env : wo-python
40+ conda-env : dev
4441 spec : conda
4542 - python-version : ' 3.11'
4643 conda-env : full
4744 spec : main
4845 run-expensive-tests : true
4946 report-coverage : true
5047 - python-version : ' 3.12'
51- conda-env : wo-python
52- spec : conda
53- - python-version : ' 3.12'
54- conda-env : tf
48+ conda-env : dev
5549 spec : conda
5650 - python-version : ' 3.13'
57- conda-env : wo-python
51+ conda-env : dev
5852 spec : main
5953 steps :
6054 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- # modified copy of env.yaml wo dependencies 'for model testing'
1+ # modified copy of env-full .yaml wo dependencies 'for model testing'
22name : core
33channels :
44 - conda-forge
Original file line number Diff line number Diff line change 1+ # version of enf-full for running on GPU
12name : core-gpu
23channels :
34 - conda-forge
Original file line number Diff line number Diff line change 1- # manipulated copy of env-full.yaml wo dependencies 'for model testing'
1+ # manipulated copy of env-full.yaml wo dependencies 'for model testing' for python 3.8
22name : core-py38
33channels :
44 - conda-forge
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments