Skip to content

Commit 57b0462

Browse files
committed
Add some env introspection (retrigger CI).
1 parent 60744d0 commit 57b0462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
- run:
1616
name: Install CI dependencies
17-
command: pip install -r requirements.txt
17+
command: |
18+
pip install -r requirements.txt
19+
pip list
1820
1921
- restore_cache:
2022
keys:

0 commit comments

Comments
 (0)