summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:54:47 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:54:47 +0200
commit5594bc56ff415aec7249e79096224f0cf57ac72b (patch)
treefe0b90302a4e363d3636aad3255eefe31ab54136
parent5810bf2a251f84a45acda495a0292831e554810b (diff)
downloadpsutil-5594bc56ff415aec7249e79096224f0cf57ac72b.tar.gz
test
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index e64b515e..6a54511a 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -26,7 +26,7 @@ jobs:
choco install vcpython27 -f -y
- name: "install cibuildwheel"
- run: pip install cibuildwheel==1.4.1
+ run: $PYBIN/pip install cibuildwheel==1.4.1
- name: Build wheel
run: cibuildwheel .