Skip to content

Commit

Permalink
Remove the ineffective --no-clean option
Browse files Browse the repository at this point in the history
This partially reverts quantumlib#6593
  • Loading branch information
pavoljuhas committed May 16, 2024
1 parent c1cc790 commit ff54976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/packaging/isolated_packages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_isolated_packages(cloned_env, module):
assert f'cirq-core=={module.version}' in module.install_requires

result = shell_tools.run(
f"{env}/bin/pip install --no-clean ./{module.root} ./cirq-core".split(),
f"{env}/bin/pip install ./{module.root} ./cirq-core".split(),
stderr=subprocess.PIPE,
check=False,
)
Expand Down

0 comments on commit ff54976

Please sign in to comment.