]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
ci: fix GitHub Actions test workflow 570/head
authorDarafei Praliaskouski <me@komzpa.net>
Thu, 7 May 2026 15:53:12 +0000 (19:53 +0400)
committerDarafei Praliaskouski <me@komzpa.net>
Thu, 7 May 2026 15:53:12 +0000 (19:53 +0400)
.github/workflows/test.yaml

index c47f1707fb833111ce495a39a7c765e8db4c57a2..2613653ada15317255c43004555eabd8906824c8 100644 (file)
@@ -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