We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a35c9f commit d3c79f2Copy full SHA for d3c79f2
.github/workflows/tests.yml
@@ -7,7 +7,6 @@ on:
7
- ci
8
pull_request:
9
branches:
10
- - windows
11
- master
12
13
jobs:
tests/__main__.py
@@ -10,7 +10,7 @@ def suite():
return test_suite
-if __name__ == "__main__":
+if __name__ == '__main__':
14
runner = unittest.runner.TextTestRunner()
15
result = runner.run(suite())
16
sys.exit(not result.wasSuccessful())
0 commit comments