Skip to content

Commit a59583f

Browse files
committed
wait with pypi test/publish for conda build to pass
1 parent 5f337f6 commit a59583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189

190190
pip-build:
191191
name: Build and publish to PyPI
192-
needs: test
192+
needs: [test, conda-build]
193193
runs-on: ubuntu-latest
194194
steps:
195195
- name: Check out the repository

0 commit comments

Comments
 (0)