Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Dec 12, 2024
1 parent 2d4aa3a commit 8eac2b5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8eac2b5

Please sign in to comment.