Skip to content

Commit

Permalink
Setup Python changing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 24, 2024
1 parent 31cc357 commit 154dcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
source ../test/bin/activate
cd build
cmake .. \
env Python3_ROOT_DIR="" Python3_ROOT_DIR="" cmake .. \
-DBUILD_SHARED_LIBS=ON \
-DMPI_C_COMPILER=$MPICH_DIR/mpicc \
-DMPI_CXX_COMPILER=$MPICH_DIR/mpicxx \
Expand Down

0 comments on commit 154dcb1

Please sign in to comment.