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 d19c378 commit 898e088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Add conda to system path
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- pip
- libpython-static
- customtkinter
- tk
- pip:
- truth-table-generator
- CTkTable
Expand Down

0 comments on commit 898e088

Please sign in to comment.