Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 27, 2024
1 parent 9deea3f commit 8871a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_PRERELEASE_PYTHONS: True
CIBW_TEST_COMMAND:
pip install pytest
PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python3 -m pytest -v -s --tb=short --ignore={project}/tests/test_memleaks.py {project}/psutil/tests
python -m pip install pytest
PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python -m pytest -v -s --tb=short --ignore={project}/tests/test_memleaks.py {project}/psutil/tests

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8871a08

Please sign in to comment.