We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd565c commit 855c16fCopy full SHA for 855c16f
.github/workflows/singleuser-release.yaml
@@ -22,7 +22,7 @@ jobs:
22
- py_ver: '3.9'
23
- py_ver: '3.8'
24
env:
25
- PY_VERSION: ${{matrix.py_ver}}
+ PYTHON_VERSION: ${{matrix.py_ver}}
26
JUPYTERHUB_VERSION: ${{github.event.inputs.jupyterhub_version}}
27
steps:
28
- uses: actions/checkout@v4
0 commit comments