There was an error while loading. Please reload this page.
1 parent 8ee9152 commit fb90ec9Copy full SHA for fb90ec9
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Check formatting with Ruff
27
uses: astral-sh/ruff-action@v3
28
with:
29
- args: --check exclude docs,tests
+ args: check exclude docs,tests
30
31
- name: Install package and its dependencies
32
run: pip install --editable .[dev,idxml]
0 commit comments