From ff20faa64b0c7a2d779fb4adfe1ed15048cc5869 Mon Sep 17 00:00:00 2001 From: Ian Spektor Date: Wed, 31 Jan 2024 15:59:39 -0300 Subject: [PATCH] fix deps --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bb6936516..a5a65d291 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -96,8 +96,7 @@ jobs: path: dist test-install: - # needs: [build-linux, build-macos-intel, build-macos-arm] - needs: [build-macos-arm] + needs: [build-linux, build-macos-intel] strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"]