Skip to content

Commit

Permalink
workflows: fix double space
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Jul 8, 2024
1 parent 7a3a10a commit be388a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ jobs:
- name: Test PcapPlusPlus
run: |
python -m pip install -U pip
python -m pip install -r ci/run_tests/requirements.txt
python ci/run_tests/run_tests.py --interface eth0 --use-sudo --pcap-test-args="-t xdp"
python -m pip install -r ci/run_tests/requirements.txt
python ci/run_tests/run_tests.py --interface eth0 --use-sudo --pcap-test-args="-t xdp"
- name: Create Cobertura Report
run: |
Expand Down

0 comments on commit be388a6

Please sign in to comment.