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

Commit 0113f7c

Browse files
committed
try
1 parent 3f784c8 commit 0113f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ env.DEV == 'true' }}
8080
run: |
8181
pip list
82-
make test
82+
pytest
8383
- name: Test Wheel, Extensive
8484
if: ${{ env.DEV != 'true' }}
8585
run:

0 commit comments

Comments
 (0)