From 2a62ec1cde71668bb73f5794012690ab25b4f1d0 Mon Sep 17 00:00:00 2001 From: ezwelty Date: Wed, 17 Apr 2024 15:48:04 +0200 Subject: [PATCH] Fix CI tests --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 838d02b5..815e2a7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,15 +30,6 @@ jobs: create-args: >- python=${{ matrix.python-version }} gdal=3.2.0 - - name: Check environment - shell: bash -l {0} - run: | - micromamba env - micromamba list - python --version - poetry run python --version - flake8 --version - pytest --version - name: Install dependencies shell: bash -l {0} run: poetry install --no-interaction --all-extras