Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4tXJ7f committed Aug 31, 2020
1 parent 11f0648 commit 7f9416e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +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: |
python3 -m pip install \
Cython==0.29.* --install-option="--no-cython-compile"
echo "::add-path::$(python3 -m site --user-base)"
echo "::add-path::$(python3 -m site --user-base)/bin"
- name: Install Cython (macOS)
if: matrix.python-bindings && runner.os == 'macOS'
Expand Down

0 comments on commit 7f9416e

Please sign in to comment.