Skip to content

Commit

Permalink
Add cython
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 23, 2024
1 parent 87e8d49 commit 0fbcd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy==1.25.0 wheel packaging setuptools setuptools_scm
pip install numpy==1.25.0 cython wheel packaging setuptools setuptools_scm
pip install -r requirements.txt
pip install -e .[tests]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy==1.25.0 wheel packaging
pip install numpy==1.25.0 cython wheel packaging
pip install -r requirements.txt
pip install -e .[docs]
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy==1.25.0 wheel packaging
pip install numpy==1.25.0 cython wheel packaging
pip install -r requirements.txt
pip install -e .[tests]
Expand Down

0 comments on commit 0fbcd2e

Please sign in to comment.