We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c900 commit 3236339Copy full SHA for 3236339
.github/workflows/ui-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
12
python: [3.8]
13
fail-fast: false
14
@@ -18,6 +18,15 @@ jobs:
18
- name: Base Setup
19
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
20
21
+ - name: Setup conda
22
+ uses: conda-incubator/setup-miniconda@v2
23
+ with:
24
+ mamba-version: "*"
25
+ channels: conda-forge
26
+
27
+ - name: Mamba install rasterio
28
+ run: mamba install rasterio
29
30
- name: Install xarray-leaflet
31
run: |
32
python -m pip install --upgrade jupyterlab~=3.0
0 commit comments