Skip to content

Commit

Permalink
copy the package into JupyterLite's runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed May 3, 2024
1 parent e04de32 commit d617b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: site
run: |
python -m pip install -r requirements.txt
python -m pip install ..
cp -a ../src/my_cool_package files/
- name: Build the JupyterLite site
working-directory: site
run: |
Expand Down

0 comments on commit d617b53

Please sign in to comment.