Skip to content

Commit e906657

Browse files
committed
Remove python version from runner
1 parent d3986c2 commit e906657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
7474
defaults:
7575
run:
76-
shell: bash -noprofile --norc -eo pipefail scripts/run-${{ inputs.env_manager }}.sh --python-version ${{ inputs.python_version }} {0}
76+
shell: bash -noprofile --norc -eo pipefail scripts/run-${{ inputs.env_manager }}.sh {0}
7777
steps:
7878
- name: Checkout repository
7979
uses: actions/checkout@v4

0 commit comments

Comments
 (0)