Skip to content

Commit

Permalink
Choose conda_base Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 15, 2024
1 parent 2600ccb commit 325d785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
mkdir build
cd build
cmake ../dxtbx -DCMAKE_UNITY_BUILD=true
cmake ../dxtbx -DCMAKE_UNITY_BUILD=true -DPython_ROOT_DIR="${CONDA_PREFIX}"
cmake --build . --config Release
cmake --install . --config Release
which pip3
Expand Down

0 comments on commit 325d785

Please sign in to comment.