ci: cache poetry

This commit is contained in:
Guilhem Saurel 2022-10-17 10:20:23 +02:00
parent 97b842a20e
commit 3017fb255a

View file

@ -6,6 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: poetry
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h