Skip to content

Commit d8e3454

Browse files
cleanup
1 parent 4eced70 commit d8e3454

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,10 @@ jobs:
3131
uv venv .venv
3232
echo "${{ github.workspace }}/.venv/bin" >> $GITHUB_PATH
3333
- name: Install dependencies
34-
run: uv sync --dev -p .venv
34+
run: uv sync --dev -p .venv --extra dev
3535
- name: Ruff Fix Attempt
3636
id: ruff_fix
3737
run: ruff check --fix-only --diff --exit-non-zero-on-fix
38-
- name: Fail Workflow if Ruff Fix Failed
39-
if: steps.ruff_fix.outcome == 'failure'
40-
run: |
41-
echo "Ruff fix failed, failing the workflow."
42-
echo "Please run 'ruff check . --fix-only' locally and push the changes."
43-
exit 1
4438

4539
test:
4640
name: Run Tests

0 commit comments

Comments
 (0)