From 5f07fca816d662e5ad01763de71e9d6bcc91c883 Mon Sep 17 00:00:00 2001 From: Anand Balakrishnan Date: Wed, 4 Oct 2023 17:12:25 -0700 Subject: [PATCH] ci: macos and windows can't handle install from wheel... --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db2fae3..302c236 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,7 @@ jobs: run: | set -e pip install ./pyargus[test] - pip install pyargus --find-links dist --force-reinstall + # pip install pyargus --find-links dist --force-reinstall cd pyargus && pytest macos: