Skip to content

Commit

Permalink
Change powsybl-core branch and version to use new feature hasImpactOn…
Browse files Browse the repository at this point in the history
…Network

Signed-off-by: Pauline Jean-Marie <pauline.jean-marie@artelys.com>
  • Loading branch information
Pauline Jean-Marie committed Sep 10, 2024
1 parent 10f919d commit 4284e1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17

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

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

- name: Build with Maven
if: matrix.os == 'ubuntu-latest'
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/run_cucumber_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Checkout powsybl-core sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-core
ref: refs/heads/nro/checks_NM
- name: Build and install powsybl-core with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install
- name: Install OpenRAO with Maven
run: mvn --batch-mode install -DskipTests=true
- name: Run cucumber tests with Maven
Expand All @@ -28,6 +35,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Checkout powsybl-core sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-core
ref: refs/heads/nro/checks_NM
- name: Build and install powsybl-core with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install
- name: Install OpenRAO with Maven
run: mvn --batch-mode install -DskipTests=true
- name: Run cucumber tests with Maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<maven.source.version>3.2.1</maven.source.version>
<maven.templating.version>1.0.0</maven.templating.version>
<mockito.inline.version>5.2.0</mockito.inline.version>
<powsybl.core.version>6.4.1</powsybl.core.version>
<powsybl.core.version>6.5.0-SNAPSHOT</powsybl.core.version>
<powsybl.entsoe.version>2.10.1</powsybl.entsoe.version>
<powsybl.openloadflow.version>1.12.2</powsybl.openloadflow.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 4284e1d

Please sign in to comment.