Skip to content

Commit

Permalink
progress 10
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent 7933aa1 commit 4bef550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
CIBW_PRERELEASE_PYTHONS: True
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND:
env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python -m pytest --tb=short -v -s {project}/psutil/tests
make -C {project} install PYTHON="env python" && env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python -m pytest --tb=short -v -s {project}/psutil/tests
CIBW_TEST_EXTRAS: test

- name: Upload wheels
Expand Down

0 comments on commit 4bef550

Please sign in to comment.