We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2438626 commit 4ecc442Copy full SHA for 4ecc442
.github/workflows/pr-python.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install .[all]
22
+ pip install build
23
- name: Ruff Lint
24
working-directory: python
25
run: python -m ruff check src tests
0 commit comments