Skip to content

Commit

Permalink
POC Use special core version for security analysis with limits override
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline Jean-Marie <pauline.jean-marie@artelys.com>
  • Loading branch information
Pauline Jean-Marie committed Aug 9, 2024
1 parent a455e09 commit 0db5290
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'

- name: Checkout powsybl-core sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-core
ref: refs/heads/security_analysis_rewrite_operational_limits

- name: Build and install powsybl-core with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install


- name: Build with Maven (Ubuntu / MacOS)
if: matrix.os != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<slf4jtoys.version>1.6.3</slf4jtoys.version>
<asciitable.version>0.3.2</asciitable.version>

<powsybl-core.version>6.4.1</powsybl-core.version>
<powsybl-core.version>6.5.0-SNAPSHOT</powsybl-core.version>
</properties>

<build>
Expand Down

0 comments on commit 0db5290

Please sign in to comment.