Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Apr 25, 2024
1 parent a989476 commit eb65a7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: powsybl/powsybl-open-loadflow
ref: integration-v1.2.4
ref: fix-svc-targetV
path: powsybl-open-loadflow

- name: Build and install olf
shell: bash
run: scl enable rh-maven33 'mvn --batch-mode -DskipTests=true --file powsybl-open-loadflow/pom.xml install'
run: mvn --batch-mode -DskipTests=true --file powsybl-open-loadflow/pom.xml install

- name: Setup path
run: echo "/opt/python/${{ matrix.python.name }}-${{ matrix.python.abi }}/bin/" >> $GITHUB_PATH
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: powsybl/powsybl-open-loadflow
ref: integration-v1.2.4
ref: fix-svc-targetV
path: powsybl-open-loadflow

- name: Build and install olf
Expand Down
10 changes: 5 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
<powsybl-dependencies.version>2024.1.0</powsybl-dependencies.version>
<powsybl-open-reac.version>0.6.0</powsybl-open-reac.version>
<zstdjni.version>1.5.5-3</zstdjni.version>
<powsybl-core.version>5.3.2</powsybl-core.version>
<powsybl-open-loadflow.version>1.2.4-SNAPSHOT</powsybl-open-loadflow.version>
<powsybl-diagram.version>3.3.2</powsybl-diagram.version>
<powsybl-dynawo.version>1.14.1</powsybl-dynawo.version>
<powsybl-entsoe.version>2.5.0</powsybl-entsoe.version>
<powsybl-core.version>6.3.0</powsybl-core.version>
<powsybl-open-loadflow.version>1.10.0-SNAPSHOT</powsybl-open-loadflow.version>
<powsybl-diagram.version>4.4.0</powsybl-diagram.version>
<powsybl-dynawo.version>2.4.0</powsybl-dynawo.version>
<powsybl-entsoe.version>2.9.0</powsybl-entsoe.version>
</properties>

<build>
Expand Down

0 comments on commit eb65a7d

Please sign in to comment.