Skip to content

Commit

Permalink
More complicated still
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 24, 2024
1 parent 154dcb1 commit 13958f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ jobs:

- uses: actions/setup-python@v4
with:
id: python311
python-version: '3.11'
update-environment: false

- name: Install Rtree
shell: bash
run: |
cd ..
python -m venv test
${{ steps.python311.outputs.python-path }} -m venv test
source test/bin/activate
pip install "rtree>=1.2"
Expand All @@ -79,7 +81,7 @@ jobs:
run: |
source ../test/bin/activate
cd build
env Python3_ROOT_DIR="" Python3_ROOT_DIR="" cmake .. \
cmake .. \
-DBUILD_SHARED_LIBS=ON \
-DMPI_C_COMPILER=$MPICH_DIR/mpicc \
-DMPI_CXX_COMPILER=$MPICH_DIR/mpicxx \
Expand Down

0 comments on commit 13958f8

Please sign in to comment.