Skip to content

Commit 90e5a02

Browse files
committed
chore: CI
1 parent f681411 commit 90e5a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
flake8 --ignore=E501 --exclude=__init__.py .
4040
- name: Test and coverage
4141
run: |
42+
python -m pip install .
4243
pushd /tmp && python -c 'import pypinksign' && popd
4344
coverage run -m pypinksign.test_pinkSign

0 commit comments

Comments
 (0)