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 13d9c10 commit 601d309
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 582 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dependencies-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Snapshot CI
env :
DEPENDENCIES_VERSION : ""
CORE_VERSION : ""
LOADFLOW_VERSION : ""
DIAGRAM_VERSION : ""
Expand Down Expand Up @@ -115,6 +116,8 @@ jobs:
with:
repository: powsybl/powsybl-dependencies
ref: main
- name: Get dependencies version
run: echo "DEPENDENCIES_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

#UPDATE/INSTALL_PYPOWSYBL_DEPENCIES
- name: Update dependencies versions
Expand All @@ -141,10 +144,9 @@ jobs:
- name: Build wheel
run: |
python3 setup.py bdist_wheel
auditwheel repair dist/*.whl
- name: Install wheel
run: pip3 install wheelhouse/*.whl --user
run: pip3 install dist/*.whl --user

- name: Run basic pypowsybl import
working-directory: ./tests
Expand Down
195 changes: 0 additions & 195 deletions .github/workflows/dev-ci.yml

This file was deleted.

Loading

0 comments on commit 601d309

Please sign in to comment.