Skip to content

Commit

Permalink
Build fixes (#72)
Browse files Browse the repository at this point in the history
* Attempt to fix pip builds

* Disable pip build tests
  • Loading branch information
philippjfr authored Jun 9, 2021
1 parent f24da14 commit 9252a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
doit ecosystem=pip package_build $PKG_TEST_PYTHON --test-group=unit
doit ecosystem=pip package_build $PKG_TEST_PYTHON --no-pkg-test
- name: pip upload
run: |
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 9252a7a

Please sign in to comment.