Skip to content

Commit

Permalink
Fix test-dist.py used for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 9, 2024
1 parent 0afedeb commit e389231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
elif host_platform == "win32":
arch = platform.architecture()[0]
if arch == '64bit':
package_file_path = os.path.join(root_dir, "dist", f"ta-lib-{version}-win64.zip")
package_file_path = os.path.join(root_dir, "dist", f"ta-lib-{version}-windows-x86_64.zip")
else:
print( f"Architecture [{arch}] not yet supported. Only 64 bits supported on windows.")
else:
Expand Down

0 comments on commit e389231

Please sign in to comment.