Skip to content

Commit

Permalink
install cycthon before building
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofacca committed Aug 27, 2024
1 parent d38beb6 commit 6c40b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
architecture: x64

- name : Install Cython 3.0.0
run: pip install Cython --install-option="--no-cython-compile"
run: pip install cython

- name: Install DarSIA
run: pip install .[dev]
Expand Down

0 comments on commit 6c40b43

Please sign in to comment.