This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
|||||||
- name: Python sanity check
|
- name: Python sanity check
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
python3 -m venv .venv
|
||||||
|
. .venv/bin/activate
|
||||||
pip install --no-cache-dir ruff
|
pip install --no-cache-dir ruff
|
||||||
ruff check . || true
|
ruff check . || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user