Skip to content

Commit

Permalink
Fix Windows-CL workflow; update to latest cython 0.29.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jul 14, 2023
1 parent 55a903b commit 045a8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows_clangcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ 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

0 comments on commit 045a8cd

Please sign in to comment.