Skip to content

Commit

Permalink
CI: Fix latest test environment setup (corteva#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Jun 20, 2024
1 parent bf2ad5c commit 46ff7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
git+https://github.com/mapbox/rasterio.git@main \
git+https://github.com/pyproj4/pyproj.git@main \
git+https://github.com/pydata/xarray.git@main;
python -m pip install -e .[all]
python -m pip install -r requirements/test.txt
micromamba run -n test python -m pip install -e .[all]
micromamba run -n test python -m pip install -r requirements/test.txt
- name: Check and Log Environment
shell: bash
Expand Down

0 comments on commit 46ff7ff

Please sign in to comment.