Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed Apr 17, 2024
1 parent 56f66cd commit 2a62ec1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a62ec1

Please sign in to comment.