Skip to content

Commit

Permalink
Merge pull request #812 from miurahr/topic/miurahr/ci/combination-delete
Browse files Browse the repository at this point in the history
fix: delete combination check
  • Loading branch information
miurahr authored Aug 17, 2024
2 parents cc13229 + 253349b commit 73fc45e
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 1,725 deletions.
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

0 comments on commit 73fc45e

Please sign in to comment.