Update pythonpackage.yml
This commit is contained in:
parent
e5a74dcaa9
commit
bd6920c172
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue