This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push:
new 85f179748 Install commons-math4-parent for legacy build
85f179748 is described below
commit 85f179748f7f0a26beda8b6a5d7302380e3d31b7
Author: Alex Herbert <[email protected]>
AuthorDate: Fri May 22 00:43:21 2026 +0100
Install commons-math4-parent for legacy build
---
.github/workflows/maven_legacy.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven_legacy.yml
b/.github/workflows/maven_legacy.yml
index ecd2d8c3c..2557f79b8 100644
--- a/.github/workflows/maven_legacy.yml
+++ b/.github/workflows/maven_legacy.yml
@@ -50,6 +50,8 @@ jobs:
cache: 'maven'
# Ensure the legacy module dependencies are installed
- name: Install dependencies
- run: mvn -V --no-transfer-progress install -pl
commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
+ run: |
+ mvn -V --no-transfer-progress install -pl
commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
+ mvn --no-transfer-progress install -N
- name: Build with Maven
run: mvn -V --no-transfer-progress clean test -pl commons-math-legacy