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

Commit 6df70f8

Browse files
committed
rever
1 parent 0113f7c commit 6df70f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ jobs:
7575
pip install dist_s3/*.whl
7676
pip install pytest
7777
pip install matplotlib
78+
- name: Checkout code
79+
uses: actions/checkout@v3
7880
- name: Test Wheel
7981
if: ${{ env.DEV == 'true' }}
8082
run: |
8183
pip list
82-
pytest
84+
make test
8385
- name: Test Wheel, Extensive
8486
if: ${{ env.DEV != 'true' }}
8587
run:

0 commit comments

Comments
 (0)