Skip to content

Commit

Permalink
Revert changes to Cython version now that cython3 is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jul 25, 2023
1 parent f6a516f commit 013a8d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows_clangcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r build_requirements.txt
pip uninstall -y cython
pip install git+https://github.com/cython/cython.git@436f8a32ea3a1b0411695db1b974c60434042b5b
- name: openblas-libs
run: |
# Download and install pre-built OpenBLAS library
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r build_requirements.txt
pip uninstall -y cython
pip install git+https://github.com/cython/cython.git@436f8a32ea3a1b0411695db1b974c60434042b5b
- name: openblas-libs
run: |
# Download and install pre-built OpenBLAS library
Expand Down
5 changes: 1 addition & 4 deletions azure-steps-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ steps:
- script: python -m pip install --upgrade pip wheel
displayName: 'Install tools'

- script: |
python -m pip install -r test_requirements.txt
python -m pip uninstall -y cython
python -m pip install git+https://github.com/cython/cython.git@436f8a32ea3a1b0411695db1b974c60434042b5b
- script: python -m pip install -r test_requirements.txt
displayName: 'Install dependencies; some are optional to avoid test skips'

- powershell: |
Expand Down

0 comments on commit 013a8d4

Please sign in to comment.