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.
1 parent 4feafea commit 4a86b91Copy full SHA for 4a86b91
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-python@v5
15
with:
16
# change this to a version matrix
17
- python-version: 3.10
+ python-version: '3.10'
18
19
- name: Install and configure Poetry
20
uses: snok/install-poetry@v1
bidsinspec/cli.py
@@ -1,7 +1,7 @@
1
import argparse
2
from pathlib import Path
3
4
-from bidsinspec import __version__
+from bidsinspec.__version__ import __version__
5
from bidsinspec.workflows.report import ReportPipeline
6
7
0 commit comments