summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:23:54 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:23:54 +0100
commit7a9243af7a2423f6298777a4bbdf67e1a34e6a01 (patch)
treefed963edb1cdc6e9c5baf1c2ca8df98aca02538b
parent2cce54fba25c702eb9054e0e92ea2261d7ffb2a0 (diff)
downloadpsutil-7a9243af7a2423f6298777a4bbdf67e1a34e6a01.tar.gz
test-25
-rw-r--r--.github/workflows/build_wheel.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index df591264..82f10e33 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -17,17 +17,17 @@ jobs:
CIBW_TEST_COMMAND: python -u -Wa {project}/psutil/tests/runner.py
CIBW_TEST_COMMAND_MACOS: LC_ALL='en_US.utf8' python -Wa {project}/psutil/tests/runner.py
CIBW_TEST_EXTRAS: test
- CIBW_SKIP: pp*
+ CIBW_SKIP: pp* cp35-*
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- # - name: (Windows) install Visual C++ for Python 2.7
- # if: startsWith(matrix.os, 'windows')
- # run: |
- # choco install vcpython27 -f -y
+ - name: (Windows) install Visual C++ for Python 2.7
+ if: startsWith(matrix.os, 'windows')
+ run: |
+ choco install vcpython27 -f -y
- name: Build wheels
run: |