Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,17 @@ jobs:
steps:
- uses: actions/checkout@v5

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ${{ matrix.env }}
miniforge-version: latest
miniforge-variant: Miniforge3
use-mamba: true

- name: Check and Log Environment
run: |
python -V
python -c "import geopandas; geopandas.show_versions();"
conda info
conda list
micromamba info
micromamba list

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- dask
- distributed
- geopandas
- pyproj=3.4
- pyproj
- packaging
# test dependencies
- pytest
Expand Down
Loading