Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 0b34cbe

Browse files
disable tests for packaging pipeline
1 parent 640a438 commit 0b34cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# run: pytest
3333

3434
build-and-publish:
35-
needs: test
35+
# needs: test
3636
runs-on: ubuntu-latest
3737
if: github.event_name == 'release' && github.event.action == 'published'
3838
environment:

0 commit comments

Comments
 (0)