From b89b2c4a1d3a1d9760c3df9fb8be9c7aea1ce7e7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 Jul 2024 07:36:59 +0100 Subject: [PATCH] install pytest too --- .github/workflows/ubuntu-tests.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index 2c2dbf537..5f582b3f4 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install .[test] + pip install . pytest - name: Run tests run: | diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 15ac69689..9f0656a52 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install .[test] + pip install . pytest - name: Run tests run: |