We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9224c5c commit 12c265dCopy full SHA for 12c265d
1 file changed
.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
id: find_pyver
8
shell: bash
9
run: |
10
- PYVER=$(bash .github/actions/setup/find_latest_red_pyver.sh)
+ PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh")
11
echo "python-version=$PYVER" >> "$GITHUB_OUTPUT"
12
- name: Set up Python
13
uses: actions/setup-python@v5
0 commit comments