Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 24, 2024
1 parent 6d6bf5e commit f9fcd9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/_build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Show TKinter version
run: |
python3 -c 'import tkinter; tcl = tkinter.Tcl(); print(tcl.call("info", "patchlevel"))'
- name: Install ImageMagick & create-dmg
run: brew install imagemagick create-dmg

Expand Down
2 changes: 1 addition & 1 deletion spec_files/ui_app/NiimPrintX-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a = Analysis(
pathex=['.'],
binaries=[],
datas=datas,
hiddenimports=[],
hiddenimports=['_tkinter'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit f9fcd9d

Please sign in to comment.