Skip to content

Commit 4b5466a

Browse files
authored
Re-add lines
1 parent ec67b19 commit 4b5466a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/practices/ci_testing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ that will print out all packages installed through pip and their installed versi
4242
2. "Unit test smoke test"
4343
3. Scroll until you find a green check
4444
4. Pick a python versioned build
45+
5. Expand "List dependencies"
4546
6. Cut'n'paste the list to a file, e.g. "pass.txt"
4647
2. Find a failed run.
4748
1. From the "Unit test smoke test" page, find the first red check
4849
2. Pick a python versioned build
50+
3. Expand "List dependencies"
4951
4. Cut'n'paste the list to a file, e.g. "fail.txt"
5052
3. Diff those lists
5153
1. e.g. ``diff pass.txt fail.txt``

0 commit comments

Comments
 (0)