From 8937353b8b36aa8e122c5188be7d9f8d6f7fab46 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Fri, 26 Apr 2024 12:19:37 -0700 Subject: [PATCH] disable macos check for testing --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 13bfe2f172..dda193f4f6 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -88,7 +88,7 @@ jobs: RUSTFLAGS: -Ctarget-cpu=apple-m1 - name: Install and test built wheel - Linux and Mac x86_64 - if: ${{ ((matrix.os == 'macos') || (matrix.os == 'ubuntu')) && (matrix.compile_arch == 'x86_64') }} + if: ${{ (matrix.os == 'ubuntu') && (matrix.compile_arch == 'x86_64') }} run: | pip install -r requirements-dev.txt dist/${{ env.PACKAGE_NAME }}-*x86_64*.whl --force-reinstall rm -rf daft