Skip to content

Commit 40d0e32

Browse files
committed
cancel previous similar CI job
1 parent 5f2e18d commit 40d0e32

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test_and_coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ "*" ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
test_and_coverage:
1115

.github/workflows/test_demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ "*" ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
test_demo:
1115

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
pybids
3535
rich
3636
tqdm
37-
python_requires = >=3.8.0
37+
python_requires = >=3.8.0, <3.11
3838
include_package_data = True
3939
test_suite = pytest
4040
tests_require = pytest

0 commit comments

Comments
 (0)