Skip to content

Commit

Permalink
Fix pyodide run_docker path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 13, 2025
1 parent 9f0e452 commit 0b033f7
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 @@ -79,7 +79,7 @@ jobs:
- name: Extract the PyPi-enabled pyodide-lock.json
run: |
cp files/requirements.txt pyodide/my-requirements.txt
./run_docker --non-interactive node tools/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json
pyodide/run_docker --non-interactive node tools/makelock.mjs my-requirements.txt dist/pypi-pyodide-lock.json
rm pyodide/my-requirements.txt
- name: Clean up the pyodide build
run: |
Expand Down

0 comments on commit 0b033f7

Please sign in to comment.