Skip to content

Commit 9dc62dd

Browse files
Fixing macOS runners failing due to contera version difference
1 parent 3208814 commit 9dc62dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
- name: Clone
4949
uses: actions/checkout@v4
5050

51+
- name: Set up Python 3.13
52+
uses: actions/setup-python@v5
53+
with:
54+
python-version: '3.13'
55+
56+
5157
- name: Setup MacOS
5258
if: matrix.os == 'macos'
5359
run: |

0 commit comments

Comments
 (0)