Skip to content

Commit 3412f83

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 888ec09 + 43450d6 commit 3412f83

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ on:
66
- main
77
- master
88
paths:
9-
- '**.py'
9+
- '**/*.py'
1010
pull_request:
1111
branches:
1212
- main
1313
- master
14+
paths:
15+
- '**/*.py'
16+
workflow_dispatch:
1417

1518
jobs:
1619
test:
@@ -57,7 +60,7 @@ jobs:
5760
- name: Install Python dependencies
5861
run: |
5962
python -m pip install --upgrade pip pytest
60-
pip install -r requirements.txt
63+
python -m pip install -r requirements.txt
6164
6265
- name: Run pytest
6366
run: pytest -s

0 commit comments

Comments
 (0)