Skip to content

Commit

Permalink
progress 13
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent 901ad75 commit 840258f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
env:
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_PRERELEASE_PYTHONS: True
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND:
python -m pip install setuptools && 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
env python -m pip install setuptools pytest pytest-xdist && 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 840258f

Please sign in to comment.