Skip to content

Commit c90c009

Browse files
authored
Merge pull request #10 from SwayamInSync/sdist
2 parents e11c8df + d0620af commit c90c009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,15 @@ jobs:
203203
- name: Install build dependencies
204204
run: |
205205
python -m pip install --upgrade pip
206-
python -m pip install build
206+
python -m pip install build pytest
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 -v
214+
pytest -s tests
213215
working-directory: ./quaddtype
214216

215217
- name: Upload SDist artifact

0 commit comments

Comments
 (0)