Skip to content

Commit

Permalink
Get Cython from GitHub
Browse files Browse the repository at this point in the history
The development 3.0 version is not available from PyPI so download a zip of the master branch
  • Loading branch information
bryanwweber authored Feb 10, 2020
1 parent 2935894 commit 0d77a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install ruamel.yaml scons numpy;
python3 -m pip install --pre cython==3 --install-option='--no-cython-compile';
python3 -m pip install https://github.com/cython/cython/archive/master.zip --install-option='--no-cython-compile';
- name: Build Cantera
run: python3 `which scons` build
- name: Test Cantera
Expand Down

0 comments on commit 0d77a9a

Please sign in to comment.