mirror of https://github.com/aristocratos/bpytop
Add poetry to dependencies
parent
5eeff30b5f
commit
b6d177d62c
|
@ -20,6 +20,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox tox-gh-actions
|
pip install tox tox-gh-actions poetry
|
||||||
- name: Test with tox
|
- name: Test with tox
|
||||||
run: tox
|
run: tox
|
Loading…
Reference in New Issue