From 509d251d79087e57eff9cb1f387ba7978d92d79a Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Mon, 10 Oct 2022 15:17:57 +0200 Subject: [PATCH] test-on-iotlab: add missing scapy dependency --- .github/workflows/test-on-iotlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-iotlab.yml b/.github/workflows/test-on-iotlab.yml index 9947253c30..cc31f38b5b 100644 --- a/.github/workflows/test-on-iotlab.yml +++ b/.github/workflows/test-on-iotlab.yml @@ -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