We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7941288 commit ed61bffCopy full SHA for ed61bff
.github/workflows/sync.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- uses: actions/setup-python@v5
69
with:
70
- python-version: ${{ env.PYVER }}
+ python-version: ${{ steps.pyver.outputs.PYVER }}
71
allow-prereleases: true
72
cache: 'pip'
73
cache-dependency-path: |
0 commit comments