From 0ea17bcc665aade4efc799d2bb6dfb9346035d4f Mon Sep 17 00:00:00 2001 From: Benjamin Lefaudeux Date: Wed, 13 Nov 2024 23:49:11 +0100 Subject: [PATCH] dumbfix --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cd09c37..1ac7a8f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -74,7 +74,7 @@ jobs: run: | ls python3 -m pip install -r requirements-tests.txt - pytest -xv python/tests/* + pytest -xv python/* - name: Build the package run: |