diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 74d998c80..798e7ed24 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -76,16 +76,16 @@ jobs: run: python tools/requirements.py - name: Extract the PyPa simple repository API run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/ - - name: Extract the PyPi-enabled pyodide-lock.json - continue-on-error: ${{ github.event_name != 'release' }} - run: | - cp files/requirements.txt pyodide/my-requirements.txt - cp tools/makelock.mjs pyodide/dist/makelock.mjs - cd pyodide - ./run_docker --non-interactive node dist/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json - cd .. - rm pyodide/makelock.mjs - rm pyodide/my-requirements.txt + # - name: Extract the PyPi-enabled pyodide-lock.json + # continue-on-error: ${{ github.event_name != 'release' }} + # run: | + # cp files/requirements.txt pyodide/my-requirements.txt + # cp tools/makelock.mjs pyodide/dist/makelock.mjs + # cd pyodide + # ./run_docker --non-interactive node dist/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json + # cd .. + # rm pyodide/makelock.mjs + # rm pyodide/my-requirements.txt - name: Clean up the pyodide build run: | cd pyodide diff --git a/pyodide b/pyodide index c8ab7d631..2aa9731a3 160000 --- a/pyodide +++ b/pyodide @@ -1 +1 @@ -Subproject commit c8ab7d6313b312242689fb27c64398c2da3d9022 +Subproject commit 2aa9731a33f7c890f59a26b378855144f4a32f25