Skip to content

Commit

Permalink
Workflow: fix python run using poetry (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Jan 11, 2025
1 parent 7e1c840 commit c0df7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
- name: Compare signed and unsigned files
if: ${{ github.event.inputs.signing-policy-slug != '' }}
run: |
python tools/build-wine/ensure-signed-file-integrity.py dist/ signpath-signed/
poetry run python tools/build-wine/ensure-signed-file-integrity.py dist/ signpath-signed/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pyinstaller-hooks-contrib = "2024.11"
altgraph="0.17.4"
importlib-metadata="7.0.1"
packaging="23.2"
pefile="2023.2.7"
pefile="2023.2.7" # needed for ensure-signed-file-integrity
pywin32-ctypes="0.2.2"
zipp="3.20.2"
pyinstaller-hooks-contrib="2024.11"
Expand Down

0 comments on commit c0df7b5

Please sign in to comment.