Skip to content

Commit

Permalink
Try and fix TKInter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterDEV committed Feb 27, 2024
1 parent 898e088 commit 62de90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Install Tkinter for Ubuntu
if: ${{ runner.os == 'Linux' }}
run: sudo apt-get install python3-tk
- name: Build Executable
uses: Nuitka/Nuitka-Action@main
with:
Expand Down

0 comments on commit 62de90b

Please sign in to comment.