Add cache poetry

This commit is contained in:
Gabriel Augendre 2022-09-28 01:59:13 +02:00
parent 40308af174
commit 06f033dc01

View file

@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
cache: poetry
- name: Setup poetry - name: Setup poetry
uses: abatilo/actions-poetry@v2 uses: abatilo/actions-poetry@v2
with: with: