Skip to content

Commit 85a3201

Browse files
committed
test
1 parent 5d2520c commit 85a3201

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: '3.13'
12+
python-version: '${{ inputs.python-version }}'
1313
cache: 'pip' # caching pip dependencies
1414
- name: Install dependencies
1515
shell: bash

0 commit comments

Comments
 (0)