From f48bc15a6b9ac53e57abb1a9aa7b1881a76c1aac Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Fri, 1 Sep 2023 16:36:26 +0100 Subject: [PATCH] Is the build failing because of the OS? --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98053e7..45dd3ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: - dev - feature/* - bugfix/* - + pull_request: branches: - master @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest]#, macos-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: