Skip to content

Commit

Permalink
Add script dependecies to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Jul 1, 2024
1 parent 3e97276 commit 9aebc5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
python=3.9
jupyterlab=4
yarn=3
pillow
mercantile
xyzservices
- name: Setup pip cache
uses: actions/cache@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
yarn=3
pip
jupyter-releaser
pillow
mercantile
xyzservices
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
Expand Down

0 comments on commit 9aebc5b

Please sign in to comment.