Skip to content

Commit

Permalink
test-on-iotlab: add missing scapy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 10, 2022
1 parent 67513c2 commit 59113e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-iotlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59113e2

Please sign in to comment.