We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619b1e4 commit e5f2352Copy full SHA for e5f2352
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
renode-run: |
42
python -m venv .venv
43
source .venv/bin/activate
44
+ pip list
45
pip install .
46
protoplaster -d tests -r . -a . -t basic.yml
47
devices: |
0 commit comments