Skip to content

Commit

Permalink
Fix GHA and versin
Browse files Browse the repository at this point in the history
  • Loading branch information
aptinis committed Aug 9, 2024
1 parent 4feafea commit 4a86b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-python@v5
with:
# change this to a version matrix
python-version: 3.10
python-version: '3.10'

- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion bidsinspec/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from pathlib import Path

from bidsinspec import __version__
from bidsinspec.__version__ import __version__
from bidsinspec.workflows.report import ReportPipeline


Expand Down

0 comments on commit 4a86b91

Please sign in to comment.