Skip to content

Commit 6f8929c

Browse files
authored
Downgrad to py310 in .github/actions/nf-test/action.yml
1 parent 70c64b3 commit 6f8929c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/nf-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
- name: Set up Python
2828
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2929
with:
30-
python-version: "3.14"
30+
python-version: "3.10"
3131

3232
- name: Install nf-test
3333
uses: nf-core/setup-nf-test@v1

0 commit comments

Comments
 (0)