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