Skip to content

Commit

Permalink
Upgrade Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 20, 2024
1 parent 0d7e7dc commit 667c4da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
python3 -m
pip install
build
pip install -U Cython==0.29.36
pip install numpy petsc petsc4py
pip install numpy==1.24
pip install Cython==3.0.8
pip install petsc petsc4py
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
Expand Down

0 comments on commit 667c4da

Please sign in to comment.