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 8c0d02a commit d19c378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
conda-pkg-caching:
name: Caching
name: conda-caching
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,6 @@ jobs:
with:
auto-activate-base: true
activate-environment: ""
mamba-version: "*"
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ channels:
dependencies:
- python>=3.8
- anaconda
- conda-libmamba-solver
- pip
- libpython-static
- customtkinter
Expand Down

0 comments on commit d19c378

Please sign in to comment.