mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Add poetry cache clear, and small code change
This commit is contained in:
3
.github/workflows/tests-core.yaml
vendored
3
.github/workflows/tests-core.yaml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
~/.cache/pip
|
||||
key: poetry-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||
|
||||
- name: Clear Poetry PyPI cache
|
||||
run: poetry cache clear pypi --all
|
||||
|
||||
- name: Install dependencies from source only
|
||||
run: poetry install --no-interaction --with dev
|
||||
env:
|
||||
|
||||
3
.github/workflows/tests-download.yaml
vendored
3
.github/workflows/tests-download.yaml
vendored
@@ -38,6 +38,9 @@ jobs:
|
||||
~/.cache/pip
|
||||
key: poetry-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||
|
||||
- name: Clear Poetry PyPI cache
|
||||
run: poetry cache clear pypi --all
|
||||
|
||||
- name: Install dependencies from source only
|
||||
run: poetry install --no-interaction --with dev
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user