Skip to content

Commit 2f19524

Browse files
committed
[FIX] Test run spidev fix
1 parent b8f8eed commit 2f19524

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ myst_parser==4.0.1
22
pytest==7.4.3
33
pyyaml==5.3.1
44
smbus2==0.3.0
5-
spidev==3.8
65
colorama==0.3.9
76
Jinja2==3.1.2
87
MarkupSafe==2.1.1

0 commit comments

Comments
 (0)