We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9742fe0 commit 43b799cCopy full SHA for 43b799c
.github/workflows/libcxx-build-and-test.yaml
@@ -293,11 +293,13 @@ jobs:
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
296
+ - uses: actions/setup-python@v6
297
+ with:
298
+ python-version: '3.10'
299
- name: benchmarks
300
# TODO: python3-virtualenv should be taken from the Docker image instead
301
# libcxx/utils/ci/run-buildbot benchmark-comparison
302
run: |
- python3 -m pip install virtualenv
303
python3 -m venv .venv
304
source .venv/bin/activate
305
python -m pip install -r libcxx/utils/requirements.txt
0 commit comments