Skip to content

Commit 12a2644

Browse files
committed
Update build.yml
1 parent c2a9666 commit 12a2644

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,11 @@ jobs:
254254
env:
255255
CMAKE_ARGS: "-DBUILD_CMAKE_FROM_SOURCE:BOOL=OFF"
256256
run: |
257-
python -m pip install --no-binary='cmake,ninja' dist/*.tar.gz
257+
python -m pip install -v --no-binary='cmake,ninja' dist/*.tar.gz
258258
rm -rf dist
259259
260260
- name: Test installed SDist
261-
run: |
262-
python -m pip install pytest pytest-cov
263-
pytest ./tests
261+
run: python -m pip install pytest pytest-cov && pytest ./tests
264262

265263
check_dist:
266264
name: Check dist

0 commit comments

Comments
 (0)