Skip to content

Commit 78c1465

Browse files
committed
verbose and dep
1 parent 67fe2c5 commit 78c1465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ 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
208208
- 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
213+
pip install dist/*.tar.gz -v
214214
pytest -s {project}/tests
215215
working-directory: ./quaddtype
216216

0 commit comments

Comments
 (0)