Skip to content

Commit 9e93c51

Browse files
authored
Update python-package.yml
1 parent 83eb153 commit 9e93c51

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
python -m pip install scipy
4141
pip install -e .
4242
pytest
43-
- name: Install build tools
44-
run: pip install build
43+
- name: Install build tools
44+
run: |
45+
pip install build
4546
- name: Build the package
4647
run: |
4748
python -m build

0 commit comments

Comments
 (0)