Skip to content

Commit 9252a7a

Browse files
authored
Build fixes (#72)
* Attempt to fix pip builds * Disable pip build tests
1 parent f24da14 commit 9252a7a

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
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
eval "$(conda shell.bash hook)"
8989
conda activate test-environment
90-
doit ecosystem=pip package_build $PKG_TEST_PYTHON --test-group=unit
90+
doit ecosystem=pip package_build $PKG_TEST_PYTHON --no-pkg-test
9191
- name: pip upload
9292
run: |
9393
eval "$(conda shell.bash hook)"

0 commit comments

Comments
 (0)