We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4eeba commit 9f1af44Copy full SHA for 9f1af44
1 file changed
.github/workflows/build_test_cbsinit.yml
@@ -101,6 +101,7 @@ jobs:
101
}
102
103
& $pythonPath -m pip install pip-audit
104
+ & $pythonPath -m pip install venv
105
$pipAuditLogs = & $pipAuditPath
106
Write-Output "$pipAuditLogs"
107
if ($LASTEXITCODE) {
0 commit comments