Skip to content

Commit b60190c

Browse files
authored
fix(CI): Use venv rather than virtualenv in the validate-dags CI job. (#8526)
1 parent 9eac6a1 commit b60190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
name: Install telemetry-airflow dependencies
426426
command: |
427427
cd ~/telemetry-airflow
428-
virtualenv .venv
428+
python3 -m venv .venv
429429
source .venv/bin/activate
430430
pip install -r requirements.txt
431431
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)