Skip to content

Commit b405e22

Browse files
committed
use alls-green to protect from accidental merges
1 parent 054eac1 commit b405e22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,12 @@ jobs:
9292
9393
- name: Run tests
9494
run: pytest -v tests --ignore=tests/frameworks
95+
96+
check:
97+
if: always()
98+
needs: [test_full, test_core]
99+
runs-on: ubuntu-latest
100+
steps:
101+
- uses: re-actors/alls-green@release/v1
102+
with:
103+
jobs: ${{ toJSON(needs) }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ keywords = [
1818
"reproducibility"
1919
]
2020
license = "Apache-2.0"
21-
license-files = ["LICENSE"]
2221
maintainers = [{name = "Iterative", email = "[email protected]"}]
2322
authors = [{name = "Iterative", email = "[email protected]"}]
2423
requires-python = ">=3.9"

0 commit comments

Comments
 (0)