Revert changes

This commit is contained in:
Patrick Robertson
2025-03-28 18:36:11 +04:00
parent fd540bd03a
commit 85d3f2fa02
2 changed files with 0 additions and 6 deletions

View File

@@ -36,9 +36,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
poetry.lock
/etc/os-release
- name: Install dependencies
run: poetry install --no-interaction --with dev

View File

@@ -40,9 +40,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
poetry.lock
/etc/os-release
- name: Install dependencies
run: poetry install --no-interaction --with dev