mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
removes fixed oscrypto dependency, it blocked pypi publishing (#195)
* disables tests on ubuntu-latest * drops fixed oscrypto version for git commit * version bump
This commit is contained in:
committed by
GitHub
parent
27f9287b65
commit
5614af3f63
3
.github/workflows/tests-core.yaml
vendored
3
.github/workflows/tests-core.yaml
vendored
@@ -16,7 +16,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
os: [ubuntu-22.04, ubuntu-latest]
|
||||
os: [ubuntu-22.04]
|
||||
#TODO: re-enable ubuntu-latest, this is disabled as oscrypto cannot be pinned to github commit and pushed to pypi
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./
|
||||
|
||||
Reference in New Issue
Block a user