Skip to content

Commit

Permalink
yet another attempt to get github actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 29, 2022
1 parent 3d54231 commit d10e4de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_emborg.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,12 @@ def test_emborg_without_configs(
initialize,
name, args, expected, expected_type, cmp_dirs, remove, dependencies
):
print(f"MISSING_DEPENDENCIES = {', '.join(missing_dependencies)}"
print(f"Test dependencies = {', '.join(pendencies)}"
if skip_test(dependencies):
print(f"Skipping test {name}")
return
print(f"Running test {name}")
with cd(tests_dir):
tester = EmborgTester(args, expected, expected_type, cmp_dirs, remove)
passes = tester.run()
Expand Down

0 comments on commit d10e4de

Please sign in to comment.