From: Darafei Praliaskouski Date: Thu, 7 May 2026 15:53:12 +0000 (+0400) Subject: ci: fix GitHub Actions test workflow X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecd0956c5bef8358a21e52ceed876a87254d9cb3;p=thirdparty%2Fmtr.git ci: fix GitHub Actions test workflow --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c47f170..2613653 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: with: python-version: 3.9 - name: Install flake8 - run: pip3 install flake8==3.9.2 flake8-bandit==2.1.2 bandit==1.7.2 + run: pip3 install flake8==3.9.2 flake8-bandit==2.1.2 bandit==1.7.2 pbr==7.0.3 - name: Run flake8 run: python3 -m flake8 . compile-linux: @@ -32,4 +32,4 @@ jobs: - name: Run sample mtr against 1.1.1.1 run: ./mtr --report --report-cycles 1 -m 1 1.1.1.1 - name: Run test - cmdparse.py - run: python3 ./test/cmdparse.py \ No newline at end of file + run: sudo python3 ./test/cmdparse.py