Skip to content

Commit eb35b17

Browse files
authored
Always run python tests (#1004)
These are required for PRs to land.
1 parent 6dffaa7 commit eb35b17

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ name: Python package
33
on:
44
# Always build installable package, except for docs changes
55
push:
6-
paths:
7-
- "./**"
8-
- "!docs/"
9-
- ".github/workflows/python-package.yml"
106
pull_request:
11-
paths:
12-
- "./**"
13-
- "!docs/"
14-
- ".github/workflows/python-package.yml"
157

168
jobs:
179
build:

.github/workflows/python-tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@ name: Python tests
22

33
on:
44
push:
5-
paths:
6-
- "Makefile"
7-
- "setup.py"
8-
- "setup.cfg"
9-
- "contrib/**.py"
10-
- "isso/**.py"
11-
- ".github/workflows/python-tests.yml"
125
pull_request:
13-
paths:
14-
- "Makefile"
15-
- "setup.py"
16-
- "setup.cfg"
17-
- "contrib/**.py"
18-
- "isso/**.py"
19-
- ".github/workflows/python-tests.yml"
206

217
jobs:
228
test:

0 commit comments

Comments
 (0)