Skip to content

Commit eb365b1

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ jobs:
6060
- name: Install dependencies
6161
run: |
6262
python3 -m pip install --upgrade pip
63+
python3 -m pip install --upgrade build
6364
python3 -m pip install tox tox-gh-actions
6465
66+
- name: Check that the package builds outside tox
67+
run: python3 -m build
68+
working-directory: python
69+
6570
- name: Run tox
6671
run: tox
6772
working-directory: python
@@ -89,7 +94,7 @@ jobs:
8994
python3 -m pip install --upgrade pip
9095
python3 -m pip install --upgrade build
9196
92-
- name: Build the packages
97+
- name: Build the package
9398
run: python3 -m build
9499
working-directory: python
95100

0 commit comments

Comments
 (0)