Skip to content

Commit

Permalink
e update checkout action & config not using dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Raml committed Oct 24, 2024
1 parent 0c09663 commit 9151e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/geospade_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: ["ubuntu-latest"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: false # does not work with self-hosted testdata
- name: Checkout Testdata
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name = geospade
version = attr: geospade.__version__
description = A place for classes and properties of raster and vector geometries and their geospatial operations alike.
author = TU Wien MRS group
author-email = [email protected]
author_email = [email protected]
license = mit
long-description = file: README.md
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TUW-GEO/geospade
keywords =
Expand Down

0 comments on commit 9151e89

Please sign in to comment.