Skip to content

Commit ee58c30

Browse files
committed
.github/workflows/python.yml (run-tests): Check that the package builds outside tox.
1 parent 983c129 commit ee58c30

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
python3 -m pip install --upgrade pip
6363
python3 -m pip install tox tox-gh-actions
6464
65+
- name: Check that the package builds outside tox
66+
run: python3 -m build
67+
working-directory: python
68+
6569
- name: Run tox
6670
run: tox
6771
working-directory: python
@@ -89,7 +93,7 @@ jobs:
8993
python3 -m pip install --upgrade pip
9094
python3 -m pip install --upgrade build
9195
92-
- name: Build the packages
96+
- name: Build the package
9397
run: python3 -m build
9498
working-directory: python
9599

0 commit comments

Comments
 (0)