Skip to content

Commit

Permalink
Add task to cache some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Mar 10, 2023
1 parent ad7e2b8 commit 291d8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Expand Up @@ -7,6 +7,10 @@ tasks:
pyenv uninstall -f 3.8.16 || true
command: |
pyenv global mambaforge-22.9.0-2
- name: cache-packages
init: |
gp sync-await install-mamba
pip download pytest jupyterlab kedro -d $(pip cache dir)
github:
prebuilds:
Expand Down

0 comments on commit 291d8e6

Please sign in to comment.