From 1fe528423c1ae530087d8f1a787c58be7dfccba1 Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Wed, 16 Aug 2023 11:35:37 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2c305bc..55f43e8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,8 +29,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install numpy packaging - pip install --user packaging --force + pip install wheel packaging + pip install numpy pip install -r requirements.txt pip install -e .[tests]