Skip to content

Commit

Permalink
Snapshot CI
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <clement.leclerc@rte-france.com>
  • Loading branch information
clementleclercRTE committed Sep 24, 2024
1 parent 9a25b33 commit 4a36ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependencies-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env :
LOADFLOW_VERSION : ""
DIAGRAM_VERSION : ""
ENTSOE_VERSION : ""
DYNAFLOW_VERSION: ""
DYNAWO_VERSION: ""

on:
push:
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Build with Maven
run: |
mvn --batch-mode clean install -DskipTests
- name: Get diagram version
run : echo "DINAWO_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
- name: Get dynawo version
run : echo "DYNAWO_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

#CHECKOUT_PYPOWSYBL_DEPENCIES
- name: Checkout powsybl-depencies
Expand Down

0 comments on commit 4a36ab3

Please sign in to comment.