Skip to content

Commit 5d1c824

Browse files
authored
Update test_pip_install.py
Signed-off-by: Venky <[email protected]>
1 parent 980af5a commit 5d1c824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/test_pip_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def download_wheel(args):
4040
subprocess.check_call("rm *.whl || true", shell=True)
4141
subprocess.check_call(f"apt-get install -y wget && wget -q {wheel_url}",
4242
shell=True)
43-
43+
# touching this file, will see if the github action assigns 0 reviewes correctly
4444

4545
def test_pip_install():
4646
parser = argparse.ArgumentParser(description="Check Pip Install")

0 commit comments

Comments
 (0)