pull/285/head
Patrick Robertson 2025-03-28 18:36:11 +04:00
rodzic fd540bd03a
commit 85d3f2fa02
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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