diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d525c821..5e86fc88 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -37,7 +37,7 @@ jobs: run: | pip install matplotlib pip install pytest - pytest . + pytest GPy/testing - name: Build wheel run: |