Skip to content

Commit

Permalink
adding poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Jan 31, 2024
1 parent 6bf6579 commit 2b53e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/internal-build-release-linux64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Build CodeQL Bundle Tool for Packaging
shell: pwsh
run: |
# need this for the bundling to work.
# need this for the bundling to work.
pip install poetry
pip install -U pyinstaller
# run the packaging
Expand Down

0 comments on commit 2b53e7e

Please sign in to comment.