Fixed GHA poetry installation

This commit is contained in:
Éloi Rivard 2022-11-24 15:45:16 +01:00
parent 231a931cf0
commit 50e42969e3

View file

@ -31,7 +31,7 @@ jobs:
with:
path: ~/.cache/pip
key: pip|${{ hashFiles('setup.py') }}|${{ hashFiles('tox.ini') }}
- run: pip install tox
- run: pip install tox poetry
- run: tox -e py
style:
runs-on: ubuntu-latest
@ -48,7 +48,7 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pip install tox
- run: pip install tox poetry
- run: tox -e style
doc:
runs-on: ubuntu-latest
@ -61,5 +61,5 @@ jobs:
with:
path: ~/.cache/pip
key: pip|${{ hashFiles('setup.py') }}|${{ hashFiles('tox.ini') }}
- run: pip install tox
- run: pip install tox poetry
- run: tox -e doc