From 8eac2b573cc34a32c6434f45b9d2bdd0ba945065 Mon Sep 17 00:00:00 2001 From: Geoffroy Jamgotchian Date: Thu, 12 Dec 2024 15:47:19 +0100 Subject: [PATCH] Clean Signed-off-by: Geoffroy Jamgotchian --- .github/workflows/dev-ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index 56cd77842e..ba860d11bd 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -39,7 +39,7 @@ jobs: with: submodules: true - # FIXME to remove when updating to next core release + # FIXME >>> to remove when updating to next core release - name: Checkout PowSyBl core snapshot sources uses: actions/checkout@v4 with: @@ -48,7 +48,7 @@ jobs: - name: Build and install PowSyBl core snapshot run: mvn --batch-mode -DskipTests=true --file powsybl-core/pom.xml install - # FIXME + # FIXME <<< - name: Setup path run: echo "/opt/python/${{ matrix.python.name }}-${{ matrix.python.abi }}/bin/" >> $GITHUB_PATH @@ -151,6 +151,17 @@ jobs: with: submodules: true + # FIXME >>> to remove when updating to next core release + - name: Checkout PowSyBl core snapshot sources + uses: actions/checkout@v4 + with: + repository: powsybl/powsybl-core + path: powsybl-core + + - name: Build and install PowSyBl core snapshot + run: mvn --batch-mode -DskipTests=true --file powsybl-core/pom.xml install + # FIXME <<< + - name: Setup Python uses: actions/setup-python@v5 with: