File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -290,17 +290,17 @@ jobs:
290290 # needs: [ stage3 ] # TODO: Run this at the end of the pipeline once we're done testing the job
291291 steps :
292292 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
293- with :
294- fetch-depth : 0 # This job requires access to all the Git branches so it can diff against (usually) main
295- fetch-tags : true
293+ # with:
294+ # fetch-depth: 0 # This job requires access to all the Git branches so it can diff against (usually) main
295+ # fetch-tags: true
296296 - name : benchmarks
297297 # TODO: python3-virtualenv should be taken from the Docker image instead
298+ # libcxx/utils/ci/run-buildbot benchmark-comparison
298299 run : |
299- sudo pip install virtualenv
300+ python3 -m pip install virtualenv
300301 python3 -m venv .venv
301302 source .venv/bin/activate
302303 python -m pip install -r libcxx/utils/requirements.txt
303- libcxx/utils/ci/run-buildbot benchmark-comparison
304304 env :
305305 CC : clang-22
306306 CXX : clang++-22
You can’t perform that action at this time.
0 commit comments