Skip to content

Commit da5208b

Browse files
committed
Add pip freeze in deploy to help in troubleshooting version discrepancies
1 parent ee6f6fc commit da5208b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -q -r requirements.txt
23+
pip freeze
2324
2425
# - name: Run spellcheck
2526
# run: make spellcheck

0 commit comments

Comments
 (0)