Skip to content

Commit 8d5106c

Browse files
committed
chore(ci): Check formatting on src/ directory
1 parent 4b305be commit 8d5106c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
27-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
28-
dependencies: ['full', 'pre']
27+
python-version: ['3.12'] # ['3.8', '3.9', '3.10', '3.11', '3.12']
28+
dependencies: ['full'] # , 'pre']
2929
include:
3030
- os: ubuntu-latest
3131
python-version: '3.8'
@@ -79,5 +79,5 @@ jobs:
7979

8080
- name: Check formatting
8181
run: |
82-
pipx run flake8 bids_validator
83-
pipx run pydocstyle bids_validator
82+
pipx run flake8 src
83+
pipx run pydocstyle src

0 commit comments

Comments
 (0)