Skip to content

Commit 4410803

Browse files
authored
ci: Also build
1 parent 152046e commit 4410803

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install Python packages
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install -r requirements.txt
40+
python -m pip install -r requirements.txt
41+
python -m pip install build
42+
- name: Build
43+
run: python -m build
4144
- name: Test
4245
run: python -m unittest discover tests

0 commit comments

Comments
 (0)