Disable caching

This commit is contained in:
Patrick Robertson
2025-03-28 18:40:02 +04:00
parent 85d3f2fa02
commit 0ce7f5a1b5
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install --no-interaction --with dev

View File

@@ -39,7 +39,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install --no-interaction --with dev