Run WPT sync nightly on GitHub Action

This commit is contained in:
cybai 2021-08-16 22:38:44 +09:00
parent de183dfde7
commit 49d94cb08b
5 changed files with 212 additions and 4 deletions

View file

@ -192,7 +192,6 @@ def _activate_virtualenv(topdir, is_firefox):
os.path.join("python", "requirements.txt"),
wptrunner_path(is_firefox, topdir, "requirements.txt",),
wptrunner_path(is_firefox, topdir, "requirements_firefox.txt"),
wptrunner_path(is_firefox, topdir, "requirements_servo.txt"),
]
if need_pip_upgrade: