Skip to content

Commit

Permalink
remove fuzzy dep and fix linter on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 12, 2024
1 parent 9c252d7 commit 2b4db09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
activate-environment: sugar
auto-update-conda: true
conda-solver: libmamba
python-version: "3.9"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ typer = ">=0.9.0"
rich = { version = ">=10.11.0", optional = true }
textual = { version = ">=0.48", optional = true }
plotille = { version = ">=5", optional = true }
fuzzywuzzy = ">=0.18.0"
compose-go = ">=1.27.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 2b4db09

Please sign in to comment.