File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,18 @@ jobs:
3535 python3-pip telnet iptables iproute2 bc cpio rsync
3636
3737 - name : Run scripts in Renode
38- uses : antmicro/renode-linux-runner-action@fix-use_renode_portable
38+ uses : antmicro/renode-linux-runner-action@renode_portable_build_essential
3939 with :
4040 shared-dirs : ./
4141 renode-run : |
42+ which python
43+ which pip
44+ python -m pip list
4245 python -m venv .venv
4346 source .venv/bin/activate
47+ which python
48+ which pip
49+ python -m pip list
4450 pip install .
4551 protoplaster -d tests -r . -a . -t basic.yml
4652 devices : |
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ myst_parser==4.0.1
22pytest == 7.4.3
33pyyaml == 5.3.1
44smbus2 == 0.3.0
5- spidev == 3.8
65colorama == 0.3.9
76Jinja2 == 3.1.2
87MarkupSafe == 2.1.1
You can’t perform that action at this time.
0 commit comments