Skip to content

Commit 5b0779d

Browse files
committed
👷 ⬇️ Keep Python < 3.12 for OSF datalad tests
1 parent 01f760b commit 5b0779d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/smoke_test_participant.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124
participant:
125125
- 032102 032106 032164 032167 032130 032128 2215 2312 032191 032195
126126
steps:
127+
- uses: actions/setup-python@v5
128+
with:
129+
python-version: '>=3.7 <3.12'
127130
- name: Get C-PAC
128131
run: |
129132
if [[ "${{ matrix.variant }}" != "" ]]
@@ -183,6 +186,9 @@ jobs:
183186
variant:
184187
- ''
185188
steps:
189+
- uses: actions/setup-python@v5
190+
with:
191+
python-version: '>=3.7 <3.12'
186192
- name: Get C-PAC
187193
run: |
188194
if [[ "${{ matrix.variant }}" != "" ]]

0 commit comments

Comments
 (0)