From 5d7eada315dbc29cde34ef43aef27797407a620c Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 2 Dec 2023 18:01:02 +0100 Subject: [PATCH] github-actions: refine pytest call --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |