Skip to content

Commit

Permalink
Will this magically fix measuring of test durations? Doubtful [skip ci]
Browse files Browse the repository at this point in the history
But at least it will get rid of some warnings
  • Loading branch information
Daverball committed Nov 5, 2024
1 parent 0bfa5c1 commit 0df1165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/measure-and-store-test-durations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
source /app/bin/activate
python -m pip install --upgrade uv
uv pip install pytest-split
uv pip install pytest-split pytest-xdist
# TEMPORARY: editable build so we don't need a path-fix in codecov
uv pip install -e .[test]
env:
Expand Down

0 comments on commit 0df1165

Please sign in to comment.