Skip to content

Commit

Permalink
Merge pull request #302 from CSHS-CWRA/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Zeitsperre authored Aug 15, 2023
2 parents 5b79b8b + 8c930cc commit 5be0d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
echo "GDAL_VERSION=$(gdalinfo --version | awk '{print $2}' | sed s'/.$//')" >> $GITHUB_ENV
- name: Hotfix GDAL_VERSION (3.7.1 -> 3.7.1.1)
if: env.GDAL_VERSION == '3.7.1'
run: |
echo "GDAL_VERSION=$GDAL_VERSION.1" >> $GITHUB_ENV
- name: Install tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.3
rev: 0.24.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 5be0d41

Please sign in to comment.