diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d3615308..bb1e325ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,4 +62,4 @@ jobs: if: matrix.python-version != '3.8' - name: Test with pytest run: | - make pytest + make pytest \ No newline at end of file