Skip to content

Commit 4ecc442

Browse files
committed
Add build package
1 parent 2438626 commit 4ecc442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install .[all]
22+
pip install build
2223
- name: Ruff Lint
2324
working-directory: python
2425
run: python -m ruff check src tests

0 commit comments

Comments
 (0)