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 8c1ed82 commit 47f67f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:

- name: Pip install
run: |
pwd
source pip_venv/bin/activate
cd pip_venv/src
cd "$VIRTUAL_ENV/src"
export CC="$MPICH_DIR/mpicc"
export CXX="$MPICH_DIR/mpicxx"
export MPICC="$MPICH_DIR/mpicc"
Expand Down

0 comments on commit 47f67f9

Please sign in to comment.