Skip to content

Commit e3fb0cc

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 08597ba commit e3fb0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: uv run pytest -v
5151

5252
- name: Check code compiles
53-
run: uv run python -m compileall rainbowtests setup.py
53+
run: uv run python -m compileall rainbowtests
5454

5555
lint:
5656
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)