Skip to content

Commit

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

0 comments on commit 0d7e7dc

Please sign in to comment.