Skip to content

Commit

Permalink
Remove use-flit in build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tardis4500 committed Feb 22, 2025
1 parent bd98a7f commit 03379b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
action: build
os: ubuntu-latest
python-version: "3.12"
use-flit: true

install-test:
needs: build
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ ignore_missing_imports = true
module = "dotmap.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "flit.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "xmlrunner.*"
ignore_missing_imports = true
Expand Down

0 comments on commit 03379b9

Please sign in to comment.