Skip to content

Commit 28cfc5b

Browse files
committed
Fix package naem
1 parent 38eab49 commit 28cfc5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)