From 544c2c97ee05aa7c2ad585d8c2a7b38a3899f801 Mon Sep 17 00:00:00 2001 From: "J. S. Kottmann" Date: Fri, 30 Aug 2024 13:46:59 +0200 Subject: [PATCH] Update ci_basic.yml --- .github/workflows/ci_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_basic.yml b/.github/workflows/ci_basic.yml index 1b1ca47..e1a600d 100644 --- a/.github/workflows/ci_basic.yml +++ b/.github/workflows/ci_basic.yml @@ -39,5 +39,5 @@ jobs: run: | pip install -e . pip install pytest - cd tests + cd test pytest