Skip to content

Commit

Permalink
Update .github/workflows/pip-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Dec 3, 2024
1 parent 8ba6438 commit e96527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
export PETSC_ARCH=default
export HDF5_DIR="$PETSC_DIR/$PETSC_ARCH"
export CC=/opt/homebrew/bin/mpicc
export CXX=opt/homebrew/bin/mpicxx
export CXX=/opt/homebrew/bin/mpicxx
export MPICC="$CC"
source pip_venv/bin/activate
cd pip_venv/src
Expand Down

0 comments on commit e96527c

Please sign in to comment.