Skip to content

Commit f485a76

Browse files
author
Andrew Ramirez
committed
Fix test
1 parent 4804b3c commit f485a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Test with pytest
1818
run: make coverage.xml
1919
- name: Check formatting
20-
run: rye fmt --check RISE
20+
run: uv run ruff format --check RISE
2121
- name: Check linting
22-
run: rye lint RISE
22+
run: uv run ruff check RISE
2323
- name: Upload coverage to Codecov
2424
uses: codecov/codecov-action@v4
2525
with:

0 commit comments

Comments
 (0)