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.
This commit is contained in:
Martine Lenders 2021-03-02 09:06:02 +01:00
parent d6c4cd0a26
commit 9e9117057c
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

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