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 a36acc2 commit bf01e93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ jobs:

- uses: actions/checkout@v4
with:
path: /home/firedrake/pip_venv/src/firedrake
path: src/firedrake

- name: Pip install
run: |
pwd
ls
ls pip_venv
ln -s /__w/firedrake/firedrake/src pip_venv/
source pip_venv/bin/activate
cd /home/firedrake/pip_venv/src
cd pip_venv/src
export CC="$MPICH_DIR/mpicc"
export CXX="$MPICH_DIR/mpicxx"
export MPICC="$MPICH_DIR/mpicc"
Expand Down

0 comments on commit bf01e93

Please sign in to comment.