Skip to content

Commit

Permalink
Add cython
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Aug 20, 2024
1 parent ea165ac commit 122d6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy wheel packaging
pip install numpy wheel packaging Cython
pip install .[strict,docs]
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.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 wheel packaging
pip install numpy wheel packaging Cython
pip install .[strict,docs]
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy wheel packaging
pip install numpy wheel packaging Cython
pip install .[strict,tests]
- name: Test
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy wheel packaging
pip install numpy wheel packaging Cython
pip install .[strict,docs]
- name: Build
Expand Down

0 comments on commit 122d6e5

Please sign in to comment.