From c483ae1ded1bb8f4e680c3c2c3b71339559e4b21 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Sun, 28 Apr 2024 10:24:52 -0400 Subject: [PATCH] - continuing to debug MacOS 14; --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d83199d..993b68e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - name: install dependencies run: | python3 -m pip install wheel setuptools pytest - python3 -m pip -vvv install . + python3 -m pip -vvv install --no-use-pep517 . - name: install Unix dependencies if: matrix.os != 'windows-latest'