From 9e9117057c0ebfee3b926cc237cf9bfe08f4bdd3 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 2 Mar 2021 09:06:02 +0100 Subject: [PATCH] gh-actions/test-on-iotlab: install riotctrl For actually running the test, the docker container is not used. As such, `riotctrl` needs to be installed for the tests to succeed. --- .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 6932408d10..e4abbbbee3 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 junit-xml + pip install iotlabcli pexpect riotctrl[rapidjson] junit-xml - name: Configure credentials run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc - name: Setup SSH agent