Skip to content

Commit 88f50d4

Browse files
committed
Ensure legacy module dependencies are installed
Without an install this build relies on downloading the SNAPSHOT artifacts for the dependencies. These artifacts may not represent the latest state of the codebase for those modules.
1 parent 76ec4a5 commit 88f50d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven_legacy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ jobs:
4747
distribution: temurin
4848
java-version: ${{ matrix.java }}
4949
cache: 'maven'
50+
# Ensure the legacy module dependencies are installed
51+
- name: Install dependencies
52+
run: mvn -V --no-transfer-progress install -pl commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
5053
- name: Build with Maven
5154
run: mvn -V --no-transfer-progress clean test -pl commons-math-legacy

0 commit comments

Comments
 (0)