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: |