Skip to content

Commit

Permalink
Tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Nov 20, 2023
1 parent 005b8eb commit bed25e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dolfinx/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ runs:
- name: Build Python interface (dolfinx)
shell: bash -el {0}
run: |
python3 -m pip -r install python/build-requirements.txt
python3 -m pip install -r ./python/build-requirements.txt
PETSC_DIR=${{ inputs.petsc_dir }} PETSC_ARCH=${{ inputs.petsc_arch }} python3 -m pip -v install --config-settings=cmake.build-type="Release" --no-build-isolation ./dolfinx/python

0 comments on commit bed25e8

Please sign in to comment.