Update pythonpackage.yml
This commit is contained in:
parent
70810a1822
commit
52d3e0fb38
|
@ -17,10 +17,9 @@ jobs:
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install package
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python setup.py install
|
||||||
pip install -r requirements.txt
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install pytest pytest-asyncio
|
pip install pytest pytest-asyncio
|
||||||
|
|
Loading…
Reference in New Issue