Skip to content

Commit 6411e6f

Browse files
committed
remove tf env (tf is in env-full)
1 parent 621b2db commit 6411e6f

File tree

5 files changed

+7
-56
lines changed

5 files changed

+7
-56
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

dev/env-wo-python.yaml renamed to dev/env-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# modified copy of env.yaml wo dependencies 'for model testing'
1+
# modified copy of env-full.yaml wo dependencies 'for model testing'
22
name: core
33
channels:
44
- conda-forge

dev/env-gpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# version of enf-full for running on GPU
12
name: core-gpu
23
channels:
34
- conda-forge

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
name: core-py38
33
channels:
44
- conda-forge

dev/env-tf.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)