Skip to content

Commit

Permalink
Merge pull request #727 from ssec/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jan 8, 2025
2 parents 5338c15 + 4b5b2f0 commit a137ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
with:
miniforge-version: latest
python-version: "3.11"
mamba-version: "1.5.10"
activate-environment: test-environment
channels: conda-forge
conda-remove-defaults: true
channel-priority: strict

- name: Set cache environment variables
shell: bash -l {0}
Expand Down Expand Up @@ -111,9 +112,10 @@ jobs:
with:
miniforge-version: latest
python-version: ${{ matrix.python-version }}
mamba-version: "1.5.10"
activate-environment: test-environment
channels: conda-forge
conda-remove-defaults: true
channel-priority: strict

- name: Set cache environment variables
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.1'
rev: 'v0.8.6'
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit a137ce0

Please sign in to comment.