mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
test-on-iotlab: add missing scapy dependency
This commit is contained in:
parent
2c3a44ca53
commit
509d251d79
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install iotlabcli pexpect riotctrl[rapidjson] junit-xml
|
||||
pip install iotlabcli pexpect riotctrl[rapidjson] junit-xml scapy
|
||||
- name: Configure credentials
|
||||
run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
||||
- name: Setup SSH agent
|
||||
|
Loading…
Reference in New Issue
Block a user