Skip to content

Commit ed61bff

Browse files
authored
Fix PYVER variable identifier in sync.yml
1 parent 7941288 commit ed61bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- uses: actions/setup-python@v5
6969
with:
70-
python-version: ${{ env.PYVER }}
70+
python-version: ${{ steps.pyver.outputs.PYVER }}
7171
allow-prereleases: true
7272
cache: 'pip'
7373
cache-dependency-path: |

0 commit comments

Comments
 (0)