added poetry cache

This commit is contained in:
Christopher Pickering 2022-10-25 13:56:41 +02:00
parent 8c0fa517fb
commit 947c5d23cc
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: poetry
- name: Setup Poetry
uses: snok/install-poetry@v1

View file

@ -26,10 +26,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: setup poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
uses: snok/install-poetry@v1
- name: install deps
run: poetry install
- name: test