Skip to content

Commit

Permalink
Still need disgusting hack :face_vomiting:
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 8, 2024
1 parent 4afb19e commit 9d97641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,13 @@ jobs:
run: |
export PETSC_DIR=/home/runner/work/ngsPETSc/petsc
export PETSC_ARCH=arch-linux-c-opt
pip install ../petsc/src/binding/petsc4py
# Hopefully this song and dance goes away after petsc4py release 3.22.2
poetry remove petsc4py
poetry install --sync --no-interaction
poetry add ../petsc/src/binding/petsc4py
sed -i -E "s/petsc4py = (\{.+\})/petsc4py = \"^3.22.1\"/" pyproject.toml
# Replace when fixed with:
# poetry install --sync --no-interaction
- name: Build source and wheel distribution
run: |
Expand Down

0 comments on commit 9d97641

Please sign in to comment.