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 2d60c68 commit 1d0fefc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install dependencies from uv lock
if: ${{ inputs.from-lock == 'true' }}
# NOTE: We're asserting that the lockfile is up to date
run: uv sync --locked --extra dev --extra optionaltests
run: uv sync --locked --extra dev --extra optionaltests
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,optionaltests]
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
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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/concurrency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies from uv lock
if: ${{ inputs.from-lock == 'true' }}
# NOTE: We're asserting that the lockfile is up to date
run: uv sync --locked --extra dev --extra optionaltests
run: uv sync --locked --extra dev --extra optionaltests
shell: bash
- name: Install disk-objectstore
# I'm using pip install -e to make sure that the coverage properly traces the runs
Expand Down

0 comments on commit 1d0fefc

Please sign in to comment.