mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Disable caching
This commit is contained in:
1
.github/workflows/tests-core.yaml
vendored
1
.github/workflows/tests-core.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/tests-download.yaml
vendored
1
.github/workflows/tests-download.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user