Skip to content

Commit

Permalink
install gdal and pin coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 20, 2023
1 parent 12bd010 commit 2ae9a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install GDAL
run: |
sudo apt-get update
sudo apt-get install -y libgdal-dev
- name: Install tox
run: pip install tox
- name: Test with tox
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies:
# Development
- black
- bump2version
- coverage
- coveralls
- coverage >=6.2,<7.0
- coveralls >=3.3.1
- flake8
- isort
- pip
Expand Down

0 comments on commit 2ae9a7a

Please sign in to comment.