Skip to content
Snippets Groups Projects
Commit 609fbb2c authored by Andi Gerken's avatar Andi Gerken
Browse files

[ci] str of paths

parent b589c8a9
No related branches found
No related tags found
No related merge requests found
Pipeline #35936 failed
...@@ -54,7 +54,7 @@ if __name__ == "__main__": ...@@ -54,7 +54,7 @@ if __name__ == "__main__":
"-m", "-m",
"pytest", "pytest",
"--junitxml=report.xml", "--junitxml=report.xml",
"--cov" + Path("src").resolve(), "--cov" + str(Path("src").resolve()),
"--cov-report xml", "--cov-report xml",
] ]
) )
...@@ -67,7 +67,7 @@ if __name__ == "__main__": ...@@ -67,7 +67,7 @@ if __name__ == "__main__":
"pytest", "pytest",
"--junitxml=report.xml", "--junitxml=report.xml",
"--ignore " "--ignore "
+ Path("tests/robofish/io/test_examples.py").resolve() + str(Path("tests/robofish/io/test_examples.py").resolve())
+ "::test_example_basic_ipynb", + "::test_example_basic_ipynb",
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment