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