Skip to content

Commit

Permalink
Merge branch 'update-fmu-native-loader-1.4.1' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Mar 16, 2024
2 parents 0dfbb48 + 8e2bf33 commit 92e242c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ jobs:
with:
maven-version: ${{ ENV.MAVEN_VERSION }}

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}


- name: Put MSYS2_MinGW64 on PATH for windows
if: ${{matrix.os == env.WINDOWS_VERSION }}
Expand All @@ -153,6 +150,11 @@ jobs:
# shell: msys2 {0}
run: mvn -Pinclude-fullSpecCppTest test

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Python Dependencies
run: |
cd external_tester
Expand Down

0 comments on commit 92e242c

Please sign in to comment.