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 574b174 commit b533ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_emborg.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_emborg_without_configs(
name, args, expected, expected_type, cmp_dirs, remove, dependencies
):
print(f"MISSING_DEPENDENCIES = {', '.join(missing_dependencies)}")
print(f"Test dependencies = {', '.join(pendencies)}")
print(f"Test dependencies = {', '.join(dependencies)}")
if skip_test(dependencies):
print(f"Skipping test {name}")
return
Expand Down

0 comments on commit b533ab3

Please sign in to comment.