Skip to content

Commit

Permalink
Merge branch 'main' into rclone-copy-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Nov 19, 2024
2 parents 3633d84 + 6b766e4 commit 1152c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/catalog-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/environment-catalog.yaml
init-shell: >-
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.9"
rev: "v0.7.2"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bigquery = [
]
pangeo-forge = [
"pangeo-forge-recipes",
"apache-beam==2.58.0",
"apache-beam==2.60.0",
"dynamic-chunks",
"google-cloud-secret-manager",
"leap-data-management-utils[bigquery]",
Expand Down

0 comments on commit 1152c24

Please sign in to comment.