mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
fix calling ruff
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user