Skip to content

Commit d96860f

Browse files
committed
fixing sdist job
1 parent d01c456 commit d96860f

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
@@ -217,7 +217,7 @@ jobs:
217217
LDFLAGS: "-fopenmp"
218218
run: |
219219
python -m build --sdist --no-isolation --outdir dist/
220-
pip install --no-build-isolation dist/*.tar.gz[test] -v
220+
pip install --no-build-isolation "$(ls dist/*.tar.gz)"[test] -v
221221
pytest -s tests
222222
working-directory: ./quaddtype
223223

0 commit comments

Comments
 (0)