Skip to content

Commit

Permalink
Trying to install GDAL
Browse files Browse the repository at this point in the history
for testing workflows
  • Loading branch information
aaschwanden committed Nov 13, 2023
1 parent 2c8a381 commit 1c86c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install gdal-bin libgdal-dev
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ repos:
# hooks:
# - id: nb-clean

- repo: local
hooks:
- id: pytest # pytest is a pre-commit hook
name: pytest
entry: pytest tests
language: system
types: [python]
exclude: ^venv/ ^.git/ ^.vscode/ ^.DS_Store ^uq/ ^hindcasts/
always_run: true
pass_filenames: false
#- repo: local
# hooks:
# - id: pytest # pytest is a pre-commit hook
# name: pytest
# entry: pytest tests
# language: system
# types: [python]
# exclude: ^venv/ ^.git/ ^.vscode/ ^.DS_Store ^uq/ ^hindcasts/
# always_run: true
# pass_filenames: false

0 comments on commit 1c86c10

Please sign in to comment.