From a57d900546a6111b1c3488dd8a2070bc85780d42 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Fri, 25 Oct 2024 20:46:40 -0400 Subject: [PATCH] - trying to fix pypy build error; --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3052133..e6c0aec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,8 @@ jobs: - name: install SlipCover and pytest run: | - python3 -m pip install --upgrade pip # to avoid warnings + python3 -m pip install -U pip # to avoid warnings + python3 -m pip install -U setuptools python3 -m pip install . python3 -m pip install pytest