2222 with :
2323 tool_name : blackfmt
2424
25- test-base-bioimage- spec-conda :
25+ test-spec-conda :
2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
@@ -33,18 +33,18 @@ jobs:
3333 uses : mamba-org/provision-with-micromamba@main
3434 with :
3535 cache-downloads : true
36- cache-env : true
36+ cache-env : false # debugging: torch does not detect onnxruntime
3737 environment-file : dev/environment-torch.yaml
3838 extra-specs : |
3939 python=${{ matrix.python-version }}
4040 - name : additional setup
4141 shell : bash -l {0}
4242 run : pip install --no-deps -e .
43- - name : pytest-base-bioimage- spec-conda
43+ - name : pytest-spec-conda
4444 shell : bash -l {0}
4545 run : pytest --disable-pytest-warnings
4646
47- test-base-bioimage- spec-main :
47+ test-spec-main :
4848 runs-on : ubuntu-latest
4949 strategy :
5050 matrix :
5555 uses : mamba-org/provision-with-micromamba@main
5656 with :
5757 cache-downloads : true
58- cache-env : true
58+ cache-env : false # todo: detect env cache hit and adapt(skip?) additional setup (conda remove?)
5959 environment-file : dev/environment-torch.yaml
6060 extra-specs : |
6161 python=${{ matrix.python-version }}
@@ -65,11 +65,11 @@ jobs:
6565 conda remove --yes --force bioimageio.spec
6666 pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
6767 pip install --no-deps -e .
68- - name : pytest-base-bioimage- spec-main
68+ - name : pytest-spec-main
6969 shell : bash -l {0}
7070 run : pytest --disable-pytest-warnings
71-
72- test-base-bioimage- spec-tf :
71+
72+ test-spec-tf :
7373 runs-on : ubuntu-latest
7474 strategy :
7575 matrix :
8080 uses : mamba-org/provision-with-micromamba@main
8181 with :
8282 cache-downloads : true
83- cache-env : true
83+ cache-env : false # todo: detect env cache hit and adapt(skip?) additional setup (conda remove?)
8484 environment-file : dev/environment-tf.yaml
8585 channel-priority : flexible
8686 extra-specs : |
@@ -91,11 +91,11 @@ jobs:
9191 conda remove --yes --force bioimageio.spec
9292 pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
9393 pip install --no-deps -e .
94- - name : pytest-base-bioimage- spec-tf
94+ - name : pytest-spec-tf
9595 shell : bash -l {0}
9696 run : pytest --disable-pytest-warnings
9797
98- test-base-bioimage- spec-tf-legacy :
98+ test-spec-tf-legacy :
9999 runs-on : ubuntu-latest
100100 strategy :
101101 matrix :
@@ -106,7 +106,7 @@ jobs:
106106 uses : mamba-org/provision-with-micromamba@main
107107 with :
108108 cache-downloads : true
109- cache-env : true
109+ cache-env : false # todo: detect env cache hit and adapt(skip?) additional setup (conda remove?)
110110 environment-file : dev/environment-tf-legacy.yaml
111111 channel-priority : flexible
112112 extra-specs : |
@@ -117,13 +117,13 @@ jobs:
117117 conda remove --yes --force bioimageio.spec
118118 pip install --no-deps git+https://github.com/bioimage-io/spec-bioimage-io
119119 pip install --no-deps -e .
120- - name : pytest-base-bioimage- spec-tf-legacy
120+ - name : pytest-spec-tf-legacy
121121 shell : bash -l {0}
122122 run : pytest --disable-pytest-warnings
123123
124124 conda-build :
125125 runs-on : ubuntu-latest
126- needs : test-base-bioimage- spec-conda
126+ needs : test-spec-conda
127127 steps :
128128 - name : checkout
129129 uses : actions/checkout@v3
0 commit comments