diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-12-17 20:25:08 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-12-17 20:25:08 +0100 |
| commit | f3ff964df2950d27db30af9b3c3dbce4278f6e99 (patch) | |
| tree | 60920d66e9546d9ca2a1ae25db04053a7506e0bf /.github | |
| parent | 57d1f5a905329b8b5f502f09dbd1434adf3efe46 (diff) | |
| download | psutil-f3ff964df2950d27db30af9b3c3dbce4278f6e99.tar.gz | |
try to fix yml cmdline
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a4a019f..79d99261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,11 @@ jobs: - {name: Linux, python: '3.9', os: ubuntu-latest} env: CIBW_TEST_COMMAND: + python -m pip install flake8 && PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_TESTING=1 PSUTIL_DEBUG=1 - python {project}/psutil/tests/runner.py && + python {project}/psutil/tests/runner.py && PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_TESTING=1 PSUTIL_DEBUG=1 - python {project}/psutil/tests/test_memleaks.py && + python {project}/psutil/tests/test_memleaks.py && find . -type f -iname "*.py" | xargs python -m flake8 --config=.flake8 && find . -type f \( -iname "*.c" -o -iname "*.h" \) | xargs python scripts/internal/clinter.py CIBW_TEST_EXTRAS: test @@ -51,7 +52,6 @@ jobs: - name: Run tests run: | - pip install cibuildwheel flake8 cibuildwheel . - name: Create wheels |
