From 855c16f9d731f7bac9f8a30c2cc80af5917c1e9d Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Tue, 2 Jul 2024 14:22:28 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20copilot=20imperfection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/singleuser-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/singleuser-release.yaml b/.github/workflows/singleuser-release.yaml index 48070b3..3810f5b 100644 --- a/.github/workflows/singleuser-release.yaml +++ b/.github/workflows/singleuser-release.yaml @@ -22,7 +22,7 @@ jobs: - py_ver: '3.9' - py_ver: '3.8' env: - PY_VERSION: ${{matrix.py_ver}} + PYTHON_VERSION: ${{matrix.py_ver}} JUPYTERHUB_VERSION: ${{github.event.inputs.jupyterhub_version}} steps: - uses: actions/checkout@v4