File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
run : |
124
124
echo "today=$(date -u '+%Y%m%d')"
125
125
echo "today=$(date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
126
- - name : Cache env
126
+ - name : Restore cached env
127
127
uses : actions/cache/restore@v4
128
128
with :
129
129
path : ${{env.CONDA}}/envs/${{steps.setup.outputs.env-name}}
@@ -135,7 +135,7 @@ jobs:
135
135
env :
136
136
CACHE_NUMBER : 0
137
137
id : cache-env
138
- - name : Restore cached env
138
+ - name : Install env
139
139
run : conda env update --name=${{steps.setup.outputs.env-name}} --file=${{steps.setup.outputs.env-file}} python=${{matrix.python-version}}
140
140
if : steps.cache-env.outputs.cache-hit != 'true'
141
141
- name : Cache env
@@ -154,7 +154,8 @@ jobs:
154
154
pyright --version
155
155
pyright -p pyproject.toml --pythonversion ${{ matrix.python-version }}
156
156
if: matrix.run-expensive-tests
157
- - uses : actions/cache/restore@v4
157
+ - name : Restore bioimageio cache
158
+ uses : actions/cache/restore@v4
158
159
id : bioimageio-cache
159
160
with :
160
161
path : bioimageio_cache
You can’t perform that action at this time.
0 commit comments