Skip to content

Commit

Permalink
pass py
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 30, 2023
1 parent 04685c7 commit 4175b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
cd libint-2*
cd build
cmake . -DLIBINT2_PYTHON=ON
cmake . -DLIBINT2_PYTHON=ON -DPython_EXECUTABLE=`which python3`
cmake --build . --target libint2-python
cmake --build . --target libint2-python-test
Expand Down

0 comments on commit 4175b38

Please sign in to comment.