Update pythonpackage.yml

This commit is contained in:
Andrei D 2020-11-11 01:01:11 +03:00
parent 6a4bb208fe
commit bee7d3e1a7
1 changed files with 1 additions and 3 deletions

View File

@ -23,6 +23,4 @@ jobs:
- name: Test with pytest
env:
anticaptcha_key: ${{ secrets.anticaptcha_key }}
run: |
pip install pytest pytest-asyncio requests-mock
pytest tests -v
run: make test