Update pythonpackage.yml
This commit is contained in:
parent
6a4bb208fe
commit
bee7d3e1a7
|
@ -23,6 +23,4 @@ jobs:
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
env:
|
env:
|
||||||
anticaptcha_key: ${{ secrets.anticaptcha_key }}
|
anticaptcha_key: ${{ secrets.anticaptcha_key }}
|
||||||
run: |
|
run: make test
|
||||||
pip install pytest pytest-asyncio requests-mock
|
|
||||||
pytest tests -v
|
|
||||||
|
|
Loading…
Reference in New Issue