From 66432a3a25c77e82b080a4067fb2f6fdd312c00a Mon Sep 17 00:00:00 2001 From: Ableytner Date: Sun, 6 Oct 2024 22:04:40 +0200 Subject: [PATCH] temp disable windows as an actions target os --- .github/workflows/define-pylint.yml | 2 +- .github/workflows/define-pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/define-pylint.yml b/.github/workflows/define-pylint.yml index f19f943..0e64565 100644 --- a/.github/workflows/define-pylint.yml +++ b/.github/workflows/define-pylint.yml @@ -18,7 +18,7 @@ jobs: - self-hosted strategy: matrix: - os: [Linux, Windows] + os: [Linux] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ inputs.python-version }} diff --git a/.github/workflows/define-pytest.yml b/.github/workflows/define-pytest.yml index 01368b8..8ae2877 100644 --- a/.github/workflows/define-pytest.yml +++ b/.github/workflows/define-pytest.yml @@ -18,7 +18,7 @@ jobs: - self-hosted strategy: matrix: - os: [Linux, Windows] + os: [Linux] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ inputs.python-version }}