Skip to content

Commit

Permalink
set
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Nov 9, 2022
1 parent 51eba78 commit b8a182b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/gh_matrix_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def macos_config(overrides):
file=sys.stderr,
)
sys.exit(1)
tests = {}
tests = set()
test_count = 1
for f in output.decode().split("\n"):
print(f)
Expand All @@ -258,7 +258,7 @@ def macos_config(overrides):
)
print("full list:", file=sys.stderr)
print(output, file=sys.stderr)
tests = {}
tests = set()
break
basename = os.path.basename(f)
splitted = basename.split(".")
Expand Down

0 comments on commit b8a182b

Please sign in to comment.