removed cache

This commit is contained in:
Christopher Pickering 2022-10-25 14:06:09 +02:00
parent 947c5d23cc
commit 496b7dddcd
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: setup poetry
uses: snok/install-poetry@v1
- name: install deps