From e99bc62ea3ab412708688ddd8ceada0eb8374eaf Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:19:31 -0700 Subject: Merge JupyterLab feature into Python feature (#40) * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option --- .github/workflows/test-all.yaml | 1 - .github/workflows/test-pr.yaml | 1 - 2 files changed, 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 31a664f..be86dc8 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -27,7 +27,6 @@ jobs: "go", "hugo", "java", - "python jupyterlab", # Install 'python', then 'jupyterlab' "kubectl-helm-minikube", "node", "oryx", diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index 22c04ef..e242ad1 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -27,7 +27,6 @@ jobs: go: ./**/go/** hugo: ./**/hugo/** java: ./**/java/** - 'python jupyterlab': ./**/jupyterlab/** kubectl-helm-minikube: ./**/kubectl-helm-minikube/** node: ./**/node/** oryx: ./**/oryx/** -- cgit v1.2.3