Pin tockloader in workflows.

This commit is contained in:
Guillaume Endignoux
2020-07-23 15:11:11 +02:00
parent 52d276671d
commit b6c6392aaa

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
pip install 'tockloader~=1.4' pylint pip install 'tockloader==1.4' pylint
- name: Register matcher - name: Register matcher
run: echo ::add-matcher::./.github/python_matcher.json run: echo ::add-matcher::./.github/python_matcher.json
- name: Test code with pylint - name: Test code with pylint