Skip to content

Commit 6dc0441

Browse files
committed
Remove pytest
1 parent 8cbb669 commit 6dc0441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- run: python .github/workflows/install_dependencies.py
8080
- run: ls wheelhouse
8181
- run: python -m pip install --no-index --find-links wheelhouse aedat
82-
- run: python -m pytest tests/
82+
- run: python test.py
8383
build_sdist:
8484
name: Build source distribution
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)