Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
- name: Install dependencies
run: |
python -m pip install -U pip wheel setuptools setuptools-scm twine
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- aiohttp
- appdirs
- fastparquet
- importlib_resources # should update past opendrift 1.12 and remove this when possible
- jupyter
- jupyterlab
- kerchunk ==0.2.7
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- aiohttp
- appdirs
- fastparquet
- importlib_resources # should update past opendrift 1.12 and remove this when possible
- jupyter
- jupyterlab
- kerchunk ==0.2.7
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py3.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- aiohttp
- appdirs
- fastparquet
- importlib_resources # should update past opendrift 1.12 and remove this when possible
- jupyter
- jupyterlab
- kerchunk ==0.2.7
Expand Down
Loading