Skip to content

Commit 1fac783

Browse files
committed
Add pip freeze to workflow
1 parent 3d195e2 commit 1fac783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
run: |
2727
pip install pytest
2828
pip install .
29+
pip freeze
2930
pytest

0 commit comments

Comments
 (0)