Skip to content

Commit 43b799c

Browse files
committed
This is surprisingly fiddly to get working
1 parent 9742fe0 commit 43b799c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,13 @@ jobs:
293293
# with:
294294
# fetch-depth: 0 # This job requires access to all the Git branches so it can diff against (usually) main
295295
# fetch-tags: true
296+
- uses: actions/setup-python@v6
297+
with:
298+
python-version: '3.10'
296299
- name: benchmarks
297300
# TODO: python3-virtualenv should be taken from the Docker image instead
298301
# libcxx/utils/ci/run-buildbot benchmark-comparison
299302
run: |
300-
python3 -m pip install virtualenv
301303
python3 -m venv .venv
302304
source .venv/bin/activate
303305
python -m pip install -r libcxx/utils/requirements.txt

0 commit comments

Comments
 (0)