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 d01c456 commit d96860fCopy full SHA for d96860f
.github/workflows/build_wheels.yml
@@ -217,7 +217,7 @@ jobs:
217
LDFLAGS: "-fopenmp"
218
run: |
219
python -m build --sdist --no-isolation --outdir dist/
220
- pip install --no-build-isolation dist/*.tar.gz[test] -v
+ pip install --no-build-isolation "$(ls dist/*.tar.gz)"[test] -v
221
pytest -s tests
222
working-directory: ./quaddtype
223
0 commit comments