Skip to content

Commit a6214fc

Browse files
authored
Correct problems caused by changes in bids examples
* correct problems caused by changes in bids examples * tying down bids-validator version * typo * bids-standard ref * a little reminder
1 parent 1501b8a commit a6214fc

File tree

4 files changed

+83
-103
lines changed

4 files changed

+83
-103
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
repository: bids-standard/bids-examples
2626
path: bids-examples
27+
#Ties down to the current version of bids-examples as of 2024-09-16. If updated, please update the tests accordingly.
28+
ref: 7c18d6840982518a0251cfeb59fe5c4610099ea1
2729

2830
- name: Set up Python 3.11
2931
uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bids2openminds"
33
version = "0.1.0"
44
dependencies = [
5+
"bids-validator == 1.14.6" ,
56
"bids",
67
"openminds >= 0.2.3",
78
"click>=8.1",

0 commit comments

Comments
 (0)