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

remove verbose matrix excludes #116

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/test-activate-venv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,9 @@ jobs:
name: Intel
matrix: intel
exclude:
# Only partial entries are required here by GitHub Actions so generally I
# only specify the `matrix:` entry. The super linter complains so for now
# all entries are included to avoid that. Reported at
# https://github.com/rhysd/actionlint/issues/249
- os:
name: Windows
matrix: windows
native-python: false
runs-on:
intel: [windows-latest]
arch:
name: ARM
matrix: arm

steps:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test-create-venv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,9 @@ jobs:
name: Intel
matrix: intel
exclude:
# Only partial entries are required here by GitHub Actions so generally I
# only specify the `matrix:` entry. The super linter complains so for now
# all entries are included to avoid that. Reported at
# https://github.com/rhysd/actionlint/issues/249
- os:
name: Windows
matrix: windows
native-python: false
runs-on:
intel: [windows-latest]
arch:
name: ARM
matrix: arm

steps:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,9 @@ jobs:
name: Intel
matrix: intel
exclude:
# Only partial entries are required here by GitHub Actions so generally I
# only specify the `matrix:` entry. The super linter complains so for now
# all entries are included to avoid that. Reported at
# https://github.com/rhysd/actionlint/issues/249
- os:
name: Windows
matrix: windows
native-python: false
runs-on:
intel: [windows-latest]
arch:
name: ARM
matrix: arm

steps:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test-setup-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,9 @@ jobs:
- name: Intel
matrix: intel
exclude:
# Only partial entries are required here by GitHub Actions so generally I
# only specify the `matrix:` entry. The super linter complains so for now
# all entries are included to avoid that. Reported at
# https://github.com/rhysd/actionlint/issues/249
- os:
name: Windows
matrix: windows
runs-on:
intel: [windows-latest]
arch:
name: ARM
matrix: arm

steps:
Expand Down