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