Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete combination check #812

Merged
merged 12 commits into from
Aug 17, 2024
59 changes: 0 additions & 59 deletions .github/workflows/check-combinations.yml

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include LICENSE
include pyproject.toml
include .flake8
recursive-include aqt *.ini
recursive-include aqt *.json
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
Expand Down
1 change: 0 additions & 1 deletion aqt/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ def __init__(
self.arch: str = arch
self.os_name: str = os_name
self.all_extra: bool = all_extra
self.arch_list: List[str] = [item.get("arch") for item in Settings.qt_combinations]
self.base: str = base
self.logger = getLogger("aqt.archives")
self.archives: List[QtPackage] = []
Expand Down
Loading
Loading