Skip to content

Commit 24ce24d

Browse files
Use python 3.12 in unit tests
1 parent ebca0bb commit 24ce24d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535
name: "TPU test (${{ matrix.tpu-type }})"
3636
runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}"]
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
39+
- name: Set up Python 3.12
40+
uses: actions/setup-python@v5
41+
with:
42+
python-version: '3.12'
3943
- name: Install dependencies
4044
run: |
4145
pip install -e .

0 commit comments

Comments
 (0)