Skip to content

Commit bf01e93

Browse files
committed
WIP
1 parent a36acc2 commit bf01e93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pip.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,16 @@ jobs:
6060

6161
- uses: actions/checkout@v4
6262
with:
63-
path: /home/firedrake/pip_venv/src/firedrake
63+
path: src/firedrake
6464

6565
- name: Pip install
6666
run: |
6767
pwd
6868
ls
6969
ls pip_venv
70+
ln -s /__w/firedrake/firedrake/src pip_venv/
7071
source pip_venv/bin/activate
71-
cd /home/firedrake/pip_venv/src
72+
cd pip_venv/src
7273
export CC="$MPICH_DIR/mpicc"
7374
export CXX="$MPICH_DIR/mpicxx"
7475
export MPICC="$MPICH_DIR/mpicc"

0 commit comments

Comments
 (0)