From 6d911b9ed95fa86a10d2c5fc01ce8492a45f78c5 Mon Sep 17 00:00:00 2001 From: epignatelli Date: Tue, 19 Dec 2023 09:04:10 +0000 Subject: [PATCH] ci(test): remove tests --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8980306..ed669e0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,9 +32,9 @@ jobs: pip install pylint MESSAGE=$(pylint -ry $(git ls-files '*.py') ||:) echo "$MESSAGE" - - name: Run unit tests with pytest - run: | - pytest test/ + # - name: Run unit tests with pytest + # run: | + # pytest test/ - name: Run examples run: | wandb login ${{ secrets.WANDB_API_KEY }}