From 406cb5507b776ed8c9dafde955399f7f0b030a9b Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 7 Aug 2023 13:48:17 -0400 Subject: [PATCH] remove verbose matrix excludes --- .github/workflows/test-activate-venv.yml | 9 --------- .github/workflows/test-create-venv.yml | 9 --------- .github/workflows/test-poetry.yml | 9 --------- .github/workflows/test-setup-python.yml | 8 -------- 4 files changed, 35 deletions(-) diff --git a/.github/workflows/test-activate-venv.yml b/.github/workflows/test-activate-venv.yml index 59d87841..351fcbe1 100644 --- a/.github/workflows/test-activate-venv.yml +++ b/.github/workflows/test-activate-venv.yml @@ -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: diff --git a/.github/workflows/test-create-venv.yml b/.github/workflows/test-create-venv.yml index f9fc1383..7d4107f4 100644 --- a/.github/workflows/test-create-venv.yml +++ b/.github/workflows/test-create-venv.yml @@ -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: diff --git a/.github/workflows/test-poetry.yml b/.github/workflows/test-poetry.yml index cecdafae..ae9261ee 100644 --- a/.github/workflows/test-poetry.yml +++ b/.github/workflows/test-poetry.yml @@ -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: diff --git a/.github/workflows/test-setup-python.yml b/.github/workflows/test-setup-python.yml index ed1e3d6b..0797e1fa 100644 --- a/.github/workflows/test-setup-python.yml +++ b/.github/workflows/test-setup-python.yml @@ -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: