File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ jobs:
135135 env :
136136 CACHE_NUMBER : 0
137137 id : cache-env
138- - name : Update env
138+ - name : Restore cached env
139139 run : conda env update --name=${{steps.setup.outputs.env-name}} --file=${{steps.setup.outputs.env-file}} python=${{matrix.python-version}}
140140 if : steps.cache-env.outputs.cache-hit != 'true'
141- - name : Update cached env
141+ - name : Cache env
142142 if : steps.cache-env.outputs.cache-hit != 'true'
143143 uses : actions/cache/save@v4
144144 with :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ typeCheckingMode = "strict"
4040useLibraryCodeForTypes = true
4141
4242[tool .pytest .ini_options ]
43- addopts = " --cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood"
43+ addopts = " --cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood --ignore=bioimageio/core/backends "
4444testpaths = [" bioimageio/core" , " tests" ]
4545
4646[tool .ruff ]
You can’t perform that action at this time.
0 commit comments