Skip to content

Commit d196109

Browse files
authored
Merge pull request #121 from aodn/lbesnard-patch-1
Update release.yml with python 3.11 (3.10 was causing seg fault)
2 parents 7dbf68f + 77a3bf9 commit d196109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10.14'
20+
python-version: '3.11.9'
2121

2222
- name: Install Poetry
2323
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)