Skip to content

chore: initialize pre-commit for dev setup #16

chore: initialize pre-commit for dev setup

chore: initialize pre-commit for dev setup #16

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Windows build
jobs:
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install miniconda
uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: true
python-version: 3.9
# - name: Install GDAL
# run: |
# conda install geopandas --yes
# conda install -c conda-forge gdal=3.4.0 rasterio rvlib --yes
# - name: Test GDAL installation
# run: |
# python -c "from osgeo import gdal"
# gdalinfo --version
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install --no-cache-dir Cython
# pip install -r codespell requirements.txt
# pip install .
# env:
# GDAL_VERSION: ${{ secrets.GDAL_VERSION }}
# - name: Discover typos with codespell
# run: codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff" --ignore-words-list="aci,acount,acounts,fallow,hart,hist,nd,ned,ois,wqs,watermask"
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/