Skip to content

Commit 5d2520c

Browse files
committed
test
1 parent f86569b commit 5d2520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-ubuntu-host/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: setup python
1010
uses: actions/setup-python@v5
1111
with:
12-
python-version: ${{inputs.python-version}}
12+
python-version: '3.13'
1313
cache: 'pip' # caching pip dependencies
1414
- name: Install dependencies
1515
shell: bash

0 commit comments

Comments
 (0)