From daa7e4a95a44940de66798ec79d68b1f9f566502 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Tue, 7 Apr 2026 18:44:48 +1000 Subject: [PATCH] workflows: pagesdeploy.yaml: fix pylint to working version New versions have new requirements, and aren't worth the time to get working (the repo is effectively archived anyway). --- .github/workflows/pagesdeploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pagesdeploy.yaml b/.github/workflows/pagesdeploy.yaml index 369a1b67..18076037 100644 --- a/.github/workflows/pagesdeploy.yaml +++ b/.github/workflows/pagesdeploy.yaml @@ -16,7 +16,7 @@ jobs: sudo apt update sudo apt install python3-pip python3-setuptools sudo pip3 install pymavlink - sudo pip3 install pylint + sudo pip3 install pylint==3.3.9 sudo pip3 install isort==4.3.21 sudo npm install gitbook-cli -g # fix polyfill issue in gitbook