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'