We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54aa84c commit 76e07b6Copy full SHA for 76e07b6
scripts/build_codeql_bundle_dist.ps1
@@ -32,7 +32,8 @@ Push-Location $ArchiveDirectory
32
33
# at this point python should already be installed as well as poetry
34
# export the requirements
35
-poetry export -f requirements.txt > requirements.txt
+pip install poetry-export
36
+poetry-export -f requirements.txt > requirements.txt
37
38
# install the requirements
39
pip install -r requirements.txt
0 commit comments