Update pythonpackage.yml

This commit is contained in:
Andrei 2019-10-13 23:55:28 +03:00 committed by GitHub
parent 70810a1822
commit 52d3e0fb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -17,10 +17,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install package
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
- name: Test with pytest
run: |
pip install pytest pytest-asyncio