We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f681411 commit 90e5a02Copy full SHA for 90e5a02
.github/workflows/python-package.yml
@@ -39,5 +39,6 @@ jobs:
39
flake8 --ignore=E501 --exclude=__init__.py .
40
- name: Test and coverage
41
run: |
42
+ python -m pip install .
43
pushd /tmp && python -c 'import pypinksign' && popd
44
coverage run -m pypinksign.test_pinkSign
0 commit comments