Skip to content

Commit

Permalink
Add cancel concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 16, 2023
1 parent aa216e9 commit dbd3bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
schedule:
- cron: '0 18 * * SUN'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
pre_commit:
name: Run pre-commit hooks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(self):
setup_args = dict(
name='geoviews',
version=get_setup_version("geoviews"),
python_requires = '>=3.7',
python_requires = '>=3.8',
install_requires = _required,
extras_require = extras_require,
tests_require = extras_require['tests'],
Expand Down

0 comments on commit dbd3bfa

Please sign in to comment.