Skip to content

Commit c1c2694

Browse files
committed
switch runner to use python 3.10 for transformers tests
Signed-off-by: Dan Huang <dan.huang@neuralmagic.com>
1 parent 0888b6c commit c1c2694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/setup-python@v5
6262
with:
63-
python-version: '3.9'
63+
python-version: '3.10'
6464
- uses: actions/checkout@v4
6565
with:
6666
fetch-depth: 0

0 commit comments

Comments
 (0)