From: Anthony Green Date: Thu, 31 Aug 2023 20:31:42 +0000 (-0400) Subject: Fix python and pyodide version X-Git-Tag: upstream/3.4.7~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22b50e896a80171648439497041afe3b6dba1c08;p=platform%2Fupstream%2Flibffi.git Fix python and pyodide version --- diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 9a7d366..1a59238 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -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: |