Skip to content

Commit 470ed27

Browse files
committed
ci:: print installed packages for verification
1 parent c791383 commit 470ed27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
name: make sure install works
119119
command: |
120120
python setup.py install
121+
- run:
122+
name: view installed packages
123+
command: |
124+
pip freeze
121125
122126
build-python39:
123127
docker:
@@ -129,6 +133,10 @@ jobs:
129133
name: make sure install works
130134
command: |
131135
python setup.py install
136+
- run:
137+
name: view installed packages
138+
command: |
139+
pip freeze
132140
133141
workflows:
134142
version: 2

0 commit comments

Comments
 (0)