Skip to content

Commit 9f1af44

Browse files
committed
python: add venv
1 parent 0d4eeba commit 9f1af44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_test_cbsinit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
}
102102
}
103103
& $pythonPath -m pip install pip-audit
104+
& $pythonPath -m pip install venv
104105
$pipAuditLogs = & $pipAuditPath
105106
Write-Output "$pipAuditLogs"
106107
if ($LASTEXITCODE) {

0 commit comments

Comments
 (0)