Pin tockloader in workflows.
This commit is contained in:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user