From 98e71337077a0a06c87b17a39baec52b73eadaf1 Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Fri, 31 May 2024 16:49:32 -0400 Subject: [PATCH] #27 :arrow_up: github action libraries; :zap: faster python and poetry installation --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b5b32d1..7ff0ecb 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -46,7 +46,7 @@ jobs: cache: maven - name: Build poetry-monorepo-dependency-plugin - run: mvn -B install --file pom.xml + run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph