Skip to content
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