Commit 3160056
authored
CI - deflake
Problem: `test_isolated_packages` may run clashing parallel builds
of a local `cirq_core` wheel.
Solution: Run pip-install with the `--no-clean` option so parallel
builds do not delete active files.
Also invoke isolated_packages_test.py with `--enable-slow-tests` in CI
to include non-slow tests if ever added to that file.Isolated pytest Ubuntu (#6593)1 parent ee2b78f commit 3160056
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- dev_tools/packaging
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments