From b147d78e35300e2b562b73e4e07e1d5306ed56df Mon Sep 17 00:00:00 2001 From: Eric Engle Date: Thu, 1 Aug 2024 16:34:21 -0400 Subject: [PATCH] Turning off pytest for macOS in Actions. --- .github/workflows/build_macosx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_macosx.yml b/.github/workflows/build_macosx.yml index 3af3066..ec42615 100644 --- a/.github/workflows/build_macosx.yml +++ b/.github/workflows/build_macosx.yml @@ -38,4 +38,5 @@ jobs: - name: Test with pytest run: | - pytest + python --version + #pytest