We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f645f commit ee8467aCopy full SHA for ee8467a
.github/workflows/lint.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
types: [opened, reopened]
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
.github/workflows/readme.yml
readme:
runs-on: ${{ matrix.os }}
pyproject.toml
@@ -92,7 +92,6 @@ dev = [
92
93
# Advanced testing
94
'coverage>=4.5.12,<8',
95
- 'tox>=2.9.1,<5',
96
]
97
98
[tool.setuptools]
0 commit comments