Skip to content

Commit 0db5290

Browse files
author
Pauline Jean-Marie
committed
POC Use special core version for security analysis with limits override
Signed-off-by: Pauline Jean-Marie <[email protected]>
1 parent a455e09 commit 0db5290

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/maven.yml

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ jobs:
2525
with:
2626
distribution: 'temurin'
2727
java-version: '17'
28+
29+
- name: Checkout powsybl-core sources
30+
uses: actions/checkout@v1
31+
with:
32+
repository: powsybl/powsybl-core
33+
ref: refs/heads/security_analysis_rewrite_operational_limits
34+
35+
- name: Build and install powsybl-core with Maven
36+
run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install
37+
2838

2939
- name: Build with Maven (Ubuntu / MacOS)
3040
if: matrix.os != 'windows-latest'

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<slf4jtoys.version>1.6.3</slf4jtoys.version>
5555
<asciitable.version>0.3.2</asciitable.version>
5656

57-
<powsybl-core.version>6.4.1</powsybl-core.version>
57+
<powsybl-core.version>6.5.0-SNAPSHOT</powsybl-core.version>
5858
</properties>
5959

6060
<build>

0 commit comments

Comments
 (0)