From f68ab0be9da75cb6d26354e0bddee193f4f56595 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Fri, 7 Aug 2020 16:39:11 +0200 Subject: [PATCH] Update GitHub workflow --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 19b0d97..1f37d17 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel - pip install 'tockloader==1.4' pylint + pip install 'tockloader==1.5' pylint - name: Register matcher run: echo ::add-matcher::./.github/python_matcher.json - name: Test code with pylint