We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae15b6 commit aa8ada6Copy full SHA for aa8ada6
.github/workflows/test_accuracy.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
source venv/bin/activate
44
mkdir build && cd build
45
- Python3_ROOT_DIR= cmake ../tests/cpp/accuracy/ -DCMAKE_CXX_FLAGS=-Werror
+ cmake ../tests/cpp/accuracy/ -DCMAKE_CXX_FLAGS=-Werror -DPython3_FIND_VIRTUALENV=ONLY
46
make -j
47
- name: Run CPP Test
48
.github/workflows/test_precommit.yml
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
- Python3_ROOT_DIR= cmake ../tests/cpp/precommit/ -DCMAKE_CXX_FLAGS=-Werror
+ cmake ../tests/cpp/precommit/ -DCMAKE_CXX_FLAGS=-Werror -DPython3_FIND_VIRTUALENV=ONLY
78
cmake --build . -j $((`nproc`*2+2))
79
- name: Run test
80
0 commit comments