Skip to content

Commit cbe37b1

Browse files
committed
Replace freeze with list
1 parent 5323903 commit cbe37b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Print out python version and packages
2626
run: |
2727
python --version
28-
python -m pip freeze
28+
python -m pip list
2929
- name: Convert test notebook
3030
run: |
3131
python -m jupyter nbconvert --execute --to html 01_test_notebook.ipynb

0 commit comments

Comments
 (0)