File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,23 @@ updates is a good place to start. The smoke test has a "List dependencies" stage
3838that will print out all packages installed through pip and their installed versions.
3939
40401. Find the last successful run of the smoke test
41+
4142 1. github repo -> Actions
4243 2. "Unit test smoke test"
4344 3. Scroll until you find a green check
4445 4. Pick a python versioned build
4546 5. Expand "List dependencies"
4647 6. Cut'n'paste the list to a file, e.g. "pass.txt"
48+
47492. Find a failed run.
50+
4851 1. From the "Unit test smoke test" page, find the first red check
4952 2. Pick a python versioned build
5053 3. Expand "List dependencies"
5154 4. Cut'n'paste the list to a file, e.g. "fail.txt"
55+
52563. Diff those lists
57+
5358 1. e.g. ``diff pass.txt fail.txt ``
5459 2. Or use an online diff tool like https://www.diffchecker.com/
5560
You can’t perform that action at this time.
0 commit comments