Skip to content

Commit

Permalink
Skip testing on python 3.10 for now
Browse files Browse the repository at this point in the history
dependencies not ready
  • Loading branch information
johanvdw committed Dec 20, 2021
1 parent f927317 commit 8316a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9]
fail-fast: [false]

steps:
Expand All @@ -44,7 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -y install libgdal-dev gdal-bin pandoc python-dev
sudo apt-get -y install libgdal-dev gdal-bin pandoc
python -m pip install --upgrade pip
pip install coveralls wheel
ls
Expand Down

0 comments on commit 8316a50

Please sign in to comment.