From b6c6392aaa3c04a8cf19bc87901f527fd124a314 Mon Sep 17 00:00:00 2001 From: Guillaume Endignoux Date: Thu, 23 Jul 2020 15:11:11 +0200 Subject: [PATCH] Pin tockloader in workflows. --- .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 6df27d9..19b0d97 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.4' pylint - name: Register matcher run: echo ::add-matcher::./.github/python_matcher.json - name: Test code with pylint