Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent cb3d55a commit 307bdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# NOTE: We're asserting that the lockfile is up to date
run: uv sync --locked --extra dev
shell: bash
- name: Install disk-objectstore
- name: Install disk-objectstore
# I'm using pip install -e to make sure that the coverage properly traces the runs
# also of the concurrent tests (maybe we can achieve this differently)
run: uv pip install -e .[dev]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# NOTE: We're asserting that the lockfile is up to date
run: uv sync --locked --extra dev --extra progressbar --extra optionaltests --extra examples
shell: bash
- name: Install disk-objectstore
- name: Install disk-objectstore
# I'm using pip install -e to make sure that the coverage properly traces the runs
# also of the concurrent tests (maybe we can achieve this differently)
run: uv pip install -e .[dev,progressbar,optionaltests,examples]
Expand Down

0 comments on commit 307bdf7

Please sign in to comment.