Skip to content

Commit

Permalink
Windows Python 3.11.9 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 8, 2024
1 parent cf8b623 commit bcb5c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ jobs:
- run: python -m pip install --no-warn-script-location -r build/requirements/windows.txt
# pretty hacky but no other idea to avoid gssapi being installed which breaks requests-kerberos
- run: python -m pip uninstall -y gssapi requests-gssapi
- run: dir -a D:/a/Nagstamon/Nagstamon/build/dist
- run: cd ${{ github.workspace }}/build; python build.py
env:
PYTHONPATH: ${{ github.workspace }}
Expand Down

0 comments on commit bcb5c12

Please sign in to comment.