From cbb7093ad4f790a7b95eecd60eb040c8ba3ee8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Tue, 12 Nov 2024 14:57:12 +0100 Subject: [PATCH] ultimate fix --- .github/workflows/poetry-conda.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/poetry-conda.yml b/.github/workflows/poetry-conda.yml index 07b11f2..eba6d96 100644 --- a/.github/workflows/poetry-conda.yml +++ b/.github/workflows/poetry-conda.yml @@ -43,9 +43,6 @@ jobs: conda activate myenv poetry run pytest - - name: Run unit tests - run: poetry run pytest - - name: Run Ruff run: | source $(conda info --base)/etc/profile.d/conda.sh