Skip to content

Commit 27931ed

Browse files
committed
don't test when releasing
1 parent ccb9696 commit 27931ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
run: make
4545
env:
4646
UST_EXTENSION: ${{matrix.extension_support}}
47-
- name: Test with pytest
48-
run: pytest
4947
- name: Get build
5048
run: |
5149
cd dist
@@ -95,8 +93,6 @@ jobs:
9593
run: make
9694
env:
9795
UST_EXTENSION: ${{matrix.extension_support}}
98-
- name: Test with pytest
99-
run: pytest
10096
- name: Get build
10197
run: |
10298
cd dist
@@ -137,8 +133,6 @@ jobs:
137133
- run: make standalone
138134
env:
139135
UST_EXTENSION: ${{matrix.extension_support}}
140-
- name: Test with pytest
141-
run: pytest
142136
- name: Get build
143137
run: |
144138
cd dist

0 commit comments

Comments
 (0)