diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8404277f..fe1b2e2d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -78,8 +78,9 @@ jobs: - name: Install run: | + shell: bash -el {0} python -m pip install --upgrade pip python -m pip install .[test] - - name: Test with pytest + - name: Run tests run: pytest