Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 15, 2024
1 parent bf01e93 commit 38e7c8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@ jobs:

- name: Pip install
run: |
pwd
ls
ls pip_venv
ln -s /__w/firedrake/firedrake/src pip_venv/
source pip_venv/bin/activate
cd pip_venv/src
export CC="$MPICH_DIR/mpicc"
export CXX="$MPICH_DIR/mpicxx"
export MPICC="$MPICH_DIR/mpicc"
export MPI_HOME=$PETSC_DIR/packages
pip install \
--log=firedrake-install.log \
--no-binary mpi4py,h5py \
Expand Down

0 comments on commit 38e7c8e

Please sign in to comment.