Skip to content

Commit 76e07b6

Browse files
committed
Use poetry-export in lieu of deprecated export
1 parent 54aa84c commit 76e07b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_codeql_bundle_dist.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Push-Location $ArchiveDirectory
3232

3333
# at this point python should already be installed as well as poetry
3434
# export the requirements
35-
poetry export -f requirements.txt > requirements.txt
35+
pip install poetry-export
36+
poetry-export -f requirements.txt > requirements.txt
3637

3738
# install the requirements
3839
pip install -r requirements.txt

0 commit comments

Comments
 (0)