diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index e6d810c3..b3da3953 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -37,15 +37,15 @@ jobs: pip install matplotlib pip install pytest - - name: pytest - run: | - pytest GPy/testing - - name: Install test dependencies run: | pip install matplotlib pip install pytest + - name: pytest + run: | + pytest GPy/testing + test-linux: strategy: matrix: @@ -73,6 +73,7 @@ jobs: - name: pytest run: | pytest GPy/testing + test-macos: strategy: matrix: