Skip to content

Commit 1ea44f0

Browse files
committed
⚙️ Fix the broken CI because of parameter value setting of reusable workflow.
1 parent f3b4157 commit 1ea44f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
needs: prep-testbed_unit-test
9292
uses: ./.github/workflows/rw_run_test.yaml
9393
with:
94-
python_version: 3.10
94+
python_version: '3.10'
9595
test_type: unit-test
9696
all_test_items_paths: ${{needs.prep-testbed_unit-test.outputs.all_test_items}}
9797

0 commit comments

Comments
 (0)