Skip to content

Commit 348343e

Browse files
committed
Update workflow for changes in benchmark tooling
Google's Benchmark project has rearranged some of the files we need for the testing workflows. This commit points pip towards to correct requirements.txt for the latest versions of the framework.
1 parent 85f4e9c commit 348343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git clone https://github.com/google/benchmark.git
8686
cd benchmark
87-
pip3 install -r requirements.txt
87+
pip3 install -r tools/requirements.txt
8888
cmake -E make_directory "build"
8989
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
9090
sudo cmake --build "build" --config Release --target install

0 commit comments

Comments
 (0)