Skip to content

Commit

Permalink
Dismiss pre-defined gha-specific ython paath
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Jan 10, 2025
1 parent 24b865f commit 9ae15b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_accuracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9ae15b6

Please sign in to comment.