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.
2 parents 888ec09 + 43450d6 commit 3412f83Copy full SHA for 3412f83
1 file changed
.github/workflows/pytest.yml
@@ -6,11 +6,14 @@ on:
6
- main
7
- master
8
paths:
9
- - '**.py'
+ - '**/*.py'
10
pull_request:
11
branches:
12
13
14
+ paths:
15
16
+ workflow_dispatch:
17
18
jobs:
19
test:
@@ -57,7 +60,7 @@ jobs:
57
60
- name: Install Python dependencies
58
61
run: |
59
62
python -m pip install --upgrade pip pytest
- pip install -r requirements.txt
63
+ python -m pip install -r requirements.txt
64
65
- name: Run pytest
66
run: pytest -s
0 commit comments