Skip to content

Commit d19e92a

Browse files
authored
Update run_tests.yml
Testing on python 3.10.6, the current Colab version
1 parent 43f8d3d commit d19e92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Clone the reference repository
1717
uses: actions/checkout@v2
1818

19-
- name: Set up Python 3.7
19+
- name: Set up Python 3.10.6
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.7'
22+
python-version: '3.10.6'
2323

2424
- name: Install dependencies
2525
run: |

0 commit comments

Comments
 (0)