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:
193193
194194 pip-build :
195195 name : Build with pip and publish to PyPI
196- needs : test
196+ needs : [ test, conda-build]
197197 runs-on : ubuntu-latest
198198 steps :
199199 - name : Check out the repository
Original file line number Diff line number Diff line change 1616 noarch : python
1717 number : 0
1818 entry_points :
19- bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
19+ - bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
2020 script : python -m pip install --no-deps --ignore-installed .
2121
2222requirements :
5454 - tests
5555 requires :
5656 {% for dep in pyproject['project']['optional-dependencies']['dev'] %}
57- - {{ dep.replace('torch', 'pytorch').lower().replace('_', '-') }}
5857 {% if dep.startswith('torch>=') %} # pip: torch -> conda: pytorch
5958 - py{{ dep.lower() }}
6059 {% else %}
You can’t perform that action at this time.
0 commit comments