summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00fa15bc5..d7909b961 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -90,12 +90,12 @@ jobs:
python3 -m pip install pexpect
echo "::add-path::/usr/local/opt/ccache/libexec"
- # Note: We install Cython with sudo since cmake can't find Cython otherwise.
- name: Install Cython
if: matrix.python-bindings && runner.os == 'Linux'
run: |
- sudo python3 -m pip install \
- Cython==0.29 --install-option="--no-cython-compile"
+ python3 -m pip install \
+ Cython==0.29.* --install-option="--no-cython-compile"
+ echo "::add-path::$(python3 -m site --user-base)/bin"
- name: Install Cython (macOS)
if: matrix.python-bindings && runner.os == 'macOS'
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback