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 82f1007 commit d38beb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
python-version: ${{ matrix.python-version}}
architecture: x64

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

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

Expand Down

0 comments on commit d38beb6

Please sign in to comment.