Skip to content

Commit dc2ecfd

Browse files
committed
check manifest
1 parent c5c53f0 commit dc2ecfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip
28+
python -m pip install --upgrade pip check-manifest
2929
pip install pytest nose
3030
pip install .
3131
python -m ipykernel.kernelspec --user
3232
- name: Test with pytest
3333
run: |
3434
pytest
35+
- name: Check Manifest
36+
run: |
37+
check-manifest

0 commit comments

Comments
 (0)