mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Revert changes
This commit is contained in:
3
.github/workflows/tests-core.yaml
vendored
3
.github/workflows/tests-core.yaml
vendored
@@ -36,9 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
cache-dependency-path: |
|
|
||||||
poetry.lock
|
|
||||||
/etc/os-release
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction --with dev
|
run: poetry install --no-interaction --with dev
|
||||||
|
|||||||
3
.github/workflows/tests-download.yaml
vendored
3
.github/workflows/tests-download.yaml
vendored
@@ -40,9 +40,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
cache-dependency-path: |
|
|
||||||
poetry.lock
|
|
||||||
/etc/os-release
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction --with dev
|
run: poetry install --no-interaction --with dev
|
||||||
|
|||||||
Reference in New Issue
Block a user