From df472581701f053b644319b3c228a9e42693cd71 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 21 Jul 2024 16:44:50 +0200 Subject: [PATCH] fix github actions file --- .github/workflows/test-and-deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: