From 962e899f579c13a0736a775622c0a7fab8eb1f5b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 Jul 2024 09:19:47 +0100 Subject: [PATCH] cleanup --- .github/workflows/ubuntu-tests.yml | 3 ++- .github/workflows/windows-tests.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index 5f582b3f4..aa37c39ad 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -33,7 +33,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . pytest + pip install pytest + pip install . - name: Run tests run: | diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 9f0656a52..ee1adaeb8 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -33,7 +33,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . pytest + pip install pytest + pip install . - name: Run tests run: |