Skip to content

Commit 85f1797

Browse files
committed
Install commons-math4-parent for legacy build
1 parent 34d66f7 commit 85f1797

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven_legacy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
cache: 'maven'
5151
# Ensure the legacy module dependencies are installed
5252
- name: Install dependencies
53-
run: mvn -V --no-transfer-progress install -pl commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
53+
run: |
54+
mvn -V --no-transfer-progress install -pl commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
55+
mvn --no-transfer-progress install -N
5456
- name: Build with Maven
5557
run: mvn -V --no-transfer-progress clean test -pl commons-math-legacy

0 commit comments

Comments
 (0)