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 980af5a commit 5d1c824Copy full SHA for 5d1c824
tests/unittest/test_pip_install.py
@@ -40,7 +40,7 @@ def download_wheel(args):
40
subprocess.check_call("rm *.whl || true", shell=True)
41
subprocess.check_call(f"apt-get install -y wget && wget -q {wheel_url}",
42
shell=True)
43
-
+# touching this file, will see if the github action assigns 0 reviewes correctly
44
45
def test_pip_install():
46
parser = argparse.ArgumentParser(description="Check Pip Install")
0 commit comments