Skip to content

Commit

Permalink
Merge pull request #5 from sertit/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
remi-braun authored Nov 20, 2023
2 parents 54c5f8c + f25d6e2 commit 753ebc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror + trigger CI
Expand Down
1 change: 1 addition & 0 deletions CI/SCRIPTS/test_arcpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

ci.reduce_verbosity()


# flake8: noqa
def test_arcpy():
"""Test CI functions"""
Expand Down
1 change: 0 additions & 1 deletion sertit/rasters_rio.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def path_or_arr_or_dst_wrapper(
import xarray as xr

if isinstance(path_or_arr_or_ds, (xr.DataArray, xr.Dataset)):

meta = {
"driver": "GTiff",
"dtype": path_or_arr_or_ds.dtype,
Expand Down

0 comments on commit 753ebc5

Please sign in to comment.