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 4d8f170 commit 67fe2c5Copy full SHA for 67fe2c5
.github/workflows/build_wheels.yml
@@ -205,11 +205,13 @@ jobs:
205
python -m pip install --upgrade pip
206
python -m pip install build
207
208
- - name: Build SDist
+ - name: Build SDist & test sdist
209
env:
210
LDFLAGS: "-fopenmp"
211
run: |
212
python -m build --sdist --outdir dist/
213
+ pip install dist/*.tar.gz
214
+ pytest -s {project}/tests
215
working-directory: ./quaddtype
216
217
- name: Upload SDist artifact
0 commit comments