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