diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 05:04:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 05:04:49 +0300 |
commit | 7f182aaea2b40adb43f00227185d93f913199c42 (patch) | |
tree | 20b6c8aca8eb4f389918114d9a8406a9140bc47a /.github/workflows/test-all.yaml | |
parent | eb6ed37debc6b0639eeb08a37ddde031e6d54fa8 (diff) |
updates to conda,gradle,hugo (#24)
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 160ece6..3744e22 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -24,11 +24,11 @@ jobs: "git-lfs", "github-cli", "go", - "gradle", + "java gradle", # Install 'java', then 'gradle' "hugo", "java", "jekyll", - "python jupyterlab", # Install 'python', then 'jupyterlab' + "python jupyterlab", # Install 'python', then 'jupyterlab' "kubectl-helm-minikube", "maven", "node", |