From d64480e04aa6583761cbf0dc5555b7a59097ec33 Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Fri, 15 Mar 2024 09:57:52 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cc133712..36d775cf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,12 +43,6 @@ jobs: with: maven-version: ${{ ENV.MAVEN_VERSION }} - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: ${{ env.PYTHON_VERSION }} - - - name: Put MSYS2_MinGW64 on PATH for windows if: ${{matrix.os == env.WINDOWS_VERSION }} # there is not yet an environment variable for this path from msys2/setup-msys2 @@ -97,6 +91,10 @@ jobs: **/target/surefire-reports/* retention-days: 1 + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHON_VERSION }} - name: Install Python Dependencies run: |