Skip to content

Commit 12c265d

Browse files
committed
ci(setup): fix red pyver script path
1 parent 9224c5c commit 12c265d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
id: find_pyver
88
shell: bash
99
run: |
10-
PYVER=$(bash .github/actions/setup/find_latest_red_pyver.sh)
10+
PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh")
1111
echo "python-version=$PYVER" >> "$GITHUB_OUTPUT"
1212
- name: Set up Python
1313
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)