Merge pull request #285 from bellingcat/fix-ubuntu-22

[WIP] Change order of poetry install - in case this fixes core tests
This commit is contained in:
Erin Clark
2025-03-28 15:38:03 +00:00
committed by GitHub
3 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,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

View File

@@ -14,6 +14,7 @@ from rfc3161_client.tsp import SignedData
from cryptography import x509
from cryptography.hazmat.primitives import serialization
import certifi
from auto_archiver.core import Enricher
from auto_archiver.core import Metadata, Media
from auto_archiver.version import __version__