We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e40ac3 commit b36e194Copy full SHA for b36e194
.github/workflows/gh-pages.yml
@@ -75,7 +75,7 @@ jobs:
75
continue-on-error: ${{ github.event_name != 'release' }}
76
run: python tools/requirements.py
77
- name: Extract the PyPa simple repository API
78
- run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/
+ run: python tools/pypa-simple.py ../../../static/pyodide/
79
- name: Clean up the pyodide build
80
run: |
81
cd pyodide
0 commit comments