We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3312bf2 commit 169ee47Copy full SHA for 169ee47
.ci/generate_test_report_github.py
@@ -18,7 +18,7 @@
18
19
logo = ":window:" if platform.system() == "Windows" else ":penguin:"
20
# On Linux the machine value is x86_64 on Windows it is AMD64.
21
- if platform.machine() == 'x86_64' or platform.machine() == "AMD64":
+ if platform.machine() == "x86_64" or platform.machine() == "AMD64":
22
arch = "x64"
23
else:
24
arch = platform.machine()
0 commit comments