-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows CI fixed and add basic import test step in CI (#760)
* test ci Signed-off-by: Etienne LESOT <[email protected]> * Test python 3.10. Signed-off-by: Bertrand Rix <[email protected]> * Restore 3.8 and add standalone. Signed-off-by: Bertrand Rix <[email protected]> * Try suggested workaround. Signed-off-by: Bertrand Rix <[email protected]> * Revert "Try suggested workaround." This reverts commit 914794a. Signed-off-by: Bertrand Rix <[email protected]> * basic import test in CI. Signed-off-by: Bertrand Rix <[email protected]> * Remove added line. Signed-off-by: Bertrand Rix <[email protected]> * Clean. Signed-off-by: Bertrand Rix <[email protected]> --------- Signed-off-by: Etienne LESOT <[email protected]> Signed-off-by: Bertrand Rix <[email protected]> Co-authored-by: Bertrand Rix <[email protected]>
- Loading branch information
Showing
4 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import pypowsybl as pp | ||
pp.print_version() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,3 @@ def test_star_import(): | |
assert sensitivity is not None | ||
assert network is not None | ||
assert loadflow is not None | ||
|