Skip to content

Commit

Permalink
Install rasterio through conda-forge (for windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 21, 2021
1 parent 996c900 commit ebc37b0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: [3.8]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

steps:
Expand All @@ -18,6 +17,15 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge

- name: Mamba install rasterio
run: mamba install rasterio

- name: Install xarray-leaflet
run: |
python -m pip install --upgrade jupyterlab~=3.0
Expand Down

0 comments on commit ebc37b0

Please sign in to comment.