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 15a47e1 commit 683eee2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 optionaltests
run: uv sync --locked --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 .[optionaltests]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,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 progressbar --extra optionaltests
run: uv sync --locked --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 .[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 optionaltests
run: uv sync --locked --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 683eee2

Please sign in to comment.