We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d66f7 commit 85f1797Copy full SHA for 85f1797
1 file changed
.github/workflows/maven_legacy.yml
@@ -50,6 +50,8 @@ jobs:
50
cache: 'maven'
51
# Ensure the legacy module dependencies are installed
52
- name: Install dependencies
53
- run: mvn -V --no-transfer-progress install -pl commons-math-core,commons-math-legacy-exception,commons-math-legacy-core
+ 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
56
- name: Build with Maven
57
run: mvn -V --no-transfer-progress clean test -pl commons-math-legacy
0 commit comments