Skip to content

Commit 67fe2c5

Browse files
committed
building and testing sdist
1 parent 4d8f170 commit 67fe2c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,13 @@ jobs:
205205
python -m pip install --upgrade pip
206206
python -m pip install build
207207
208-
- name: Build SDist
208+
- name: Build SDist & test sdist
209209
env:
210210
LDFLAGS: "-fopenmp"
211211
run: |
212212
python -m build --sdist --outdir dist/
213+
pip install dist/*.tar.gz
214+
pytest -s {project}/tests
213215
working-directory: ./quaddtype
214216

215217
- name: Upload SDist artifact

0 commit comments

Comments
 (0)