Update pythonpackage.yml
This commit is contained in:
parent
e5a74dcaa9
commit
bd6920c172
|
@ -21,6 +21,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python setup.py install
|
python setup.py install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
env:
|
||||||
|
anticaptcha_key: ${{ secrets.anticaptcha_key }}
|
||||||
run: |
|
run: |
|
||||||
pip install pytest pytest-asyncio
|
pip install pytest pytest-asyncio
|
||||||
pytest tests
|
pytest tests
|
||||||
|
|
Loading…
Reference in New Issue