From e105bbdcaae0bdc53003d4bad6b06557abf8c8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Tue, 12 Nov 2024 13:38:12 +0100 Subject: [PATCH] fix test --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8c62ba..553c075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,9 +52,6 @@ jobs: source $(conda info --base)/etc/profile.d/conda.sh conda activate myenv - - name: Set Python version for Poetry - run: poetry env use $(which python) - - name: Install the dependencies run: poetry install --no-interaction --no-root --with dev if: steps.cache-deps.outputs.cache-hit != 'true'