From f4632afe7942c61df093823bfe2a122ad54f2c28 Mon Sep 17 00:00:00 2001 From: jloveric Date: Sun, 19 May 2024 12:51:48 -0700 Subject: [PATCH] Disable mac build test - not sure why it fails --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index bcf17cc..bfdfc4e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: [3.9] poetry-version: [1.8.3] - os: [ubuntu-latest, macos-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky + os: [ubuntu-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2