Skip to content

Commit 6ac8612

Browse files
committed
ci: List packages in python venv
1 parent 619b1e4 commit 6ac8612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
renode-run: |
4242
python -m venv .venv
4343
source .venv/bin/activate
44+
python -m pip list
4445
pip install .
4546
protoplaster -d tests -r . -a . -t basic.yml
4647
devices: |

0 commit comments

Comments
 (0)