Update pythonpackage.yml

This commit is contained in:
Andrei 2019-10-17 14:55:13 +03:00 committed by GitHub
parent e5a74dcaa9
commit bd6920c172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
run: |
python setup.py install
- name: Test with pytest
env:
anticaptcha_key: ${{ secrets.anticaptcha_key }}
run: |
pip install pytest pytest-asyncio
pytest tests