File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,9 +294,9 @@ jobs:
294294 fetch-depth : 0 # This job requires access to all the Git branches so it can diff against (usually) main
295295 fetch-tags : true
296296 - name : benchmarks
297- # TODO: python3-venv should be taken from the Docker image instead
297+ # TODO: python3-virtualenv should be taken from the Docker image instead
298298 run : |
299- sudo apt-get install -y python3-venv
299+ sudo apt-get install -y python3-virtualenv
300300 python3 -m venv .venv
301301 source .venv/bin/activate
302302 python -m pip install -r libcxx/utils/requirements.txt
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN sudo apt-get update \
100100 python3-packaging \
101101 python3-setuptools \
102102 python3-psutil \
103- python3-venv \
103+ python3-virtualenv \
104104 software-properties-common \
105105 swig \
106106 unzip \
You can’t perform that action at this time.
0 commit comments