Skip to content

Commit 2041148

Browse files
committed
Try again
1 parent 32c669d commit 2041148

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
- name: benchmarks
297297
# TODO: python3-virtualenv should be taken from the Docker image instead
298298
run: |
299-
sudo apt-get install -y python3-virtualenv
299+
sudo pip install virtualenv
300300
python3 -m venv .venv
301301
source .venv/bin/activate
302302
python -m pip install -r libcxx/utils/requirements.txt

libcxx/utils/ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ RUN sudo apt-get update \
100100
python3-packaging \
101101
python3-setuptools \
102102
python3-psutil \
103-
python3-virtualenv \
104103
software-properties-common \
105104
swig \
106105
unzip \

0 commit comments

Comments
 (0)