Skip to content

Commit 4a86b91

Browse files
committed
Fix GHA and versin
1 parent 4feafea commit 4a86b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
# change this to a version matrix
17-
python-version: 3.10
17+
python-version: '3.10'
1818

1919
- name: Install and configure Poetry
2020
uses: snok/install-poetry@v1

bidsinspec/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import argparse
22
from pathlib import Path
33

4-
from bidsinspec import __version__
4+
from bidsinspec.__version__ import __version__
55
from bidsinspec.workflows.report import ReportPipeline
66

77

0 commit comments

Comments
 (0)