fix calling ruff

This commit is contained in:
Jay Lee
2026-07-04 15:48:56 -04:00
parent dcf24c9e84
commit 1ec1cbfa90
88 changed files with 390 additions and 69 deletions

View File

@@ -547,8 +547,8 @@ jobs:
- name: Lint with ruff
run: |
"$PYTHON" -m pip install ruff
ruff check ../src/gam/
ruff check ../tests/
"$PYTHON" -m ruff check ../src/gam/
"$PYTHON" -m ruff check ../tests/
- name: Install PyInstaller
if: matrix.goal == 'build'