File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
194
194
pip-build :
195
195
name : Build with pip and publish to PyPI
196
- needs : test
196
+ needs : [ test, conda-build]
197
197
runs-on : ubuntu-latest
198
198
steps :
199
199
- name : Check out the repository
Original file line number Diff line number Diff line change 16
16
noarch : python
17
17
number : 0
18
18
entry_points :
19
- bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
19
+ - bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
20
20
script : python -m pip install --no-deps --ignore-installed .
21
21
22
22
requirements :
54
54
- tests
55
55
requires :
56
56
{% for dep in pyproject['project']['optional-dependencies']['dev'] %}
57
- - {{ dep.replace('torch', 'pytorch').lower().replace('_', '-') }}
58
57
{% if dep.startswith('torch>=') %} # pip: torch -> conda: pytorch
59
58
- py{{ dep.lower() }}
60
59
{% else %}
You can’t perform that action at this time.
0 commit comments