Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcezar authored Oct 6, 2023
1 parent 9ef485d commit f672012
Showing 1 changed file with 1 addition and 1 deletion.
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 python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel numpy mpi4py cython twine setuptools
python3 -m pip install --upgrade wheel numpy mpi4py "cython<3" twine setuptools
python3 -m pip install -r requirements.txt
- name: Build and publish
env:
Expand Down

0 comments on commit f672012

Please sign in to comment.