Skip to content

Commit

Permalink
Revert to using absolute PyPa URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 13, 2025
1 parent b36e194 commit d8b755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
continue-on-error: ${{ github.event_name != 'release' }}
run: python tools/requirements.py
- name: Extract the PyPa simple repository API
run: python tools/pypa-simple.py ../../../static/pyodide/
run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/
- name: Clean up the pyodide build
run: |
cd pyodide
Expand Down

0 comments on commit d8b755f

Please sign in to comment.