Skip to content

Commit

Permalink
Merge pull request #46 from elbeejay/fix-ci
Browse files Browse the repository at this point in the history
Fix CI, pin gdal
  • Loading branch information
jonschwenk authored Mar 4, 2021
2 parents 7ed051f + bbedded commit 59878a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 78 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
steps:
- uses: conda-incubator/setup-miniconda@v2.0.0
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
Expand All @@ -38,12 +38,12 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
steps:
- uses: conda-incubator/setup-miniconda@v2.0.0
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
miniconda-version: "latest"
Expand All @@ -65,12 +65,12 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
steps:
- uses: conda-incubator/setup-miniconda@v2.0.0
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
Expand Down
69 changes: 0 additions & 69 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.org/jonschwenk/rivgraph.svg?branch=master)](https://api.travis-ci.org/jonschwenk/rivgraph)
[![build](https://github.com/jonschwenk/RivGraph/actions/workflows/build.yml/badge.svg)](https://github.com/jonschwenk/RivGraph/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/jonschwenk/RivGraph/badge.svg?branch=master)](https://coveralls.io/github/jonschwenk/RivGraph?branch=master)
![docs](https://github.com/jonschwenk/RivGraph/workflows/docs/badge.svg)
<br />
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- conda-forge
- defaults
dependencies:
- python
- gdal<=3.1
- python=3.8
- gdal=3.1.4
- numpy
- geopandas=0.7.0
- scikit-image
Expand Down

0 comments on commit 59878a5

Please sign in to comment.