##// END OF EJS Templates
Move most of Windows test runners to GitHub Actions...
Move most of Windows test runners to GitHub Actions Leave only 32-bit jobs on Appveyor, I don't know how to configure actions/setup-python to install 32-bit CPython.

File last commit:

r22963:2961b531
r27125:4a966fb0
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])