Skip to content

Commit ed30dab

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent e6fe5f6 commit ed30dab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
3333
- name: Run Version Scanner
3434
run: |
35-
# Use -o to output the raw CSV to a file, and --stdout to print the summary to the GitHub Actions UI
35+
# Uses -o to output a detailed, raw CSV to a file
36+
# Uses --stdout to print a slim, easier to parse summary to the GitHub Actions UI
37+
# Uses --soft-fail to temporarily limit causing CI/CD failures during the migration to full operation.
3638
python scripts/version_scanner/version_scanner.py -d python -v 3.7 --stdout -o version_scanner_output.csv --soft-fail
3739
3840
- name: Upload CSV Results

0 commit comments

Comments
 (0)