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:
parent
d6c4cd0a26
commit
9e9117057c
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install iotlabcli pexpect junit-xml
|
pip install iotlabcli pexpect riotctrl[rapidjson] junit-xml
|
||||||
- name: Configure credentials
|
- name: Configure credentials
|
||||||
run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
||||||
- name: Setup SSH agent
|
- name: Setup SSH agent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user