Skip to content

Commit

Permalink
Merge pull request #36 from hydrologie/s3fs
Browse files Browse the repository at this point in the history
Add s3fs
  • Loading branch information
Zeitsperre authored Dec 1, 2023
2 parents b3b585a + 87e9de3 commit 4e74194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-versions-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/[email protected]
with:
# This requires a personal access token with the privileges to push directly to `main`
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ secrets.BUMPVERSION_TOKEN }}
persist-credentials: true
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ secrets.BUMPVERSION_TOKEN }}
committer_email: 'bumpversion[bot]@ouranos.ca'
committer_username: 'update-github-actions[bot]'
pull_request_title: '[bot] Update GitHub Action Versions'
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- jsonpickle
- matplotlib-base
- pint >=0.10
- s3fs
- tqdm
- xagg
- xarray >=2023.1
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies = [
"numpy>=1.16",
"pandas>=0.23",
"pint>=0.10",
"s3fs",
"scipy>=1.2",
"tqdm",
# FIXME: This needs to be revisited. `xagg` should be an optional dependency, reliant on Anaconda.
Expand Down

0 comments on commit 4e74194

Please sign in to comment.