Skip to content

Commit 9742fe0

Browse files
committed
Try fixing
1 parent 2041148 commit 9742fe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)