From 9ae15b6316821f929ecc84ed58701906e21625c0 Mon Sep 17 00:00:00 2001 From: Vladisalv Sovrasov Date: Fri, 10 Jan 2025 22:03:26 +0900 Subject: [PATCH] Dismiss pre-defined gha-specific ython paath --- .github/workflows/test_accuracy.yml | 2 +- .github/workflows/test_precommit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_accuracy.yml b/.github/workflows/test_accuracy.yml index 3be787e7..c6ae5c2c 100644 --- a/.github/workflows/test_accuracy.yml +++ b/.github/workflows/test_accuracy.yml @@ -42,7 +42,7 @@ jobs: run: | source venv/bin/activate mkdir build && cd build - cmake ../tests/cpp/accuracy/ -DCMAKE_CXX_FLAGS=-Werror + Python3_ROOT_DIR= cmake ../tests/cpp/accuracy/ -DCMAKE_CXX_FLAGS=-Werror make -j - name: Run CPP Test run: | diff --git a/.github/workflows/test_precommit.yml b/.github/workflows/test_precommit.yml index 66a52ef6..6798f21c 100644 --- a/.github/workflows/test_precommit.yml +++ b/.github/workflows/test_precommit.yml @@ -74,7 +74,7 @@ jobs: run: | source venv/bin/activate mkdir build && cd build - cmake ../tests/cpp/precommit/ -DCMAKE_CXX_FLAGS=-Werror + Python3_ROOT_DIR= cmake ../tests/cpp/precommit/ -DCMAKE_CXX_FLAGS=-Werror cmake --build . -j $((`nproc`*2+2)) - name: Run test run: |