kopia lustrzana https://github.com/bellingcat/auto-archiver
Re-add 'ubuntu-latest' - now that we're rid of tsp_client
rodzic
4cfa6455c7
commit
e9ee4d67ba
|
@ -20,8 +20,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04, ubuntu-latest]
|
||||||
#TODO: re-enable ubuntu-latest, this is disabled as oscrypto cannot be pinned to github commit and pushed to pypi
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
# For PRs, run the tests-core workflow first
|
# For PRs, run the tests-core workflow first
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Core Tests"] # This should match the name of your tests-core workflow
|
workflows: ["Core Tests"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -30,7 +30,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# When triggered by workflow_run, we need to check out the PR code
|
|
||||||
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
|
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
|
||||||
|
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
|
|
Ładowanie…
Reference in New Issue