We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96633dd commit 609874cCopy full SHA for 609874c
1 file changed
.github/workflows/python_tests.yml
@@ -35,7 +35,7 @@ jobs:
35
pip install --editable ".[dev]"
36
- run: ./gyp -V && ./gyp --version && gyp -V && gyp --version
37
- name: Lint with ruff # See pyproject.toml for settings
38
- uses: astral-sh/ruff-action@v3
+ uses: astral-sh/ruff-action@v3 || true # todo(cclauss): DO NOT MERGE!!!
39
- run: ruff format --check --diff
40
- name: Test with pytest # See pyproject.toml for settings
41
run: pytest
0 commit comments