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 32c669d commit 2041148Copy full SHA for 2041148
.github/workflows/libcxx-build-and-test.yaml
@@ -296,7 +296,7 @@ jobs:
296
- name: benchmarks
297
# TODO: python3-virtualenv should be taken from the Docker image instead
298
run: |
299
- sudo apt-get install -y python3-virtualenv
+ sudo pip install virtualenv
300
python3 -m venv .venv
301
source .venv/bin/activate
302
python -m pip install -r libcxx/utils/requirements.txt
libcxx/utils/ci/Dockerfile
@@ -100,7 +100,6 @@ RUN sudo apt-get update \
100
python3-packaging \
101
python3-setuptools \
102
python3-psutil \
103
- python3-virtualenv \
104
software-properties-common \
105
swig \
106
unzip \
0 commit comments