Skip to content

Commit b36e194

Browse files
committed
Try using relative PyPa URLs again
1 parent 3e40ac3 commit b36e194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
continue-on-error: ${{ github.event_name != 'release' }}
7676
run: python tools/requirements.py
7777
- name: Extract the PyPa simple repository API
78-
run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/
78+
run: python tools/pypa-simple.py ../../../static/pyodide/
7979
- name: Clean up the pyodide build
8080
run: |
8181
cd pyodide

0 commit comments

Comments
 (0)