Skip to content

Commit 855c16f

Browse files
committed
fix: 🐛 copilot imperfection
1 parent dfd565c commit 855c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/singleuser-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- py_ver: '3.9'
2323
- py_ver: '3.8'
2424
env:
25-
PY_VERSION: ${{matrix.py_ver}}
25+
PYTHON_VERSION: ${{matrix.py_ver}}
2626
JUPYTERHUB_VERSION: ${{github.event.inputs.jupyterhub_version}}
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)