1
0
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:
Martine Lenders 2022-10-10 15:17:57 +02:00
parent 2c3a44ca53
commit 509d251d79
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -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