Commit 00c355d
Execute test_graph_generation as part of the regular test run rather
than a separate step in the pipeline.
Background: there is currently an issue with newer patch versions of
Python 3.7 on macos, which are missing bz2 support, thus leading to a
failure to include the optional networkx package. This in turn results
in that particular test being skipped. But if it runs as a separate step
in the pipeline, this means that no tests will execute at all in that
step and it will then be marked as an overall failure.
See actions/setup-python#682
Signed-off-by: Holger Frydrych <holger.frydrych@tngtech.com>1 parent 08e9c03 commit 00c355d
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
0 commit comments