Fix python and pyodide version
authorAnthony Green <green@moxielogic.com>
Thu, 31 Aug 2023 20:31:42 +0000 (16:31 -0400)
committerAnthony Green <green@moxielogic.com>
Thu, 31 Aug 2023 20:31:42 +0000 (16:31 -0400)
.github/workflows/emscripten.yml

index 9a7d366a0350af3e8ad458dca9db59cc15e25209..1a5923824c746e0f80301107825cf00d516da007 100644 (file)
@@ -145,11 +145,11 @@ jobs:
       - uses: conda-incubator/setup-miniconda@v2
         with:
           activate-environment: pyodide-env
-          python-version: "3.11"
+          python-version: ${{ env.PYTHON_VERSION }}
           channels: conda-forge
       - name: Install test dependencies
         run: |
-          pip install pytest-pyodide==0.23.2
+          pip install pytest-pyodide==${{ env.PYODIDE_VERSION }}
 
       - name:
         run: |