Skip to content

Commit a6c83a3

Browse files
committed
change python version to 3.10
1 parent 39c1e33 commit a6c83a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.10"
2626
- name: Install jupyter
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)