We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb669 commit 6dc0441Copy full SHA for 6dc0441
.github/workflows/build_wheels.yml
@@ -79,7 +79,7 @@ jobs:
79
- run: python .github/workflows/install_dependencies.py
80
- run: ls wheelhouse
81
- run: python -m pip install --no-index --find-links wheelhouse aedat
82
- - run: python -m pytest tests/
+ - run: python test.py
83
build_sdist:
84
name: Build source distribution
85
runs-on: ubuntu-latest
0 commit comments