Skip to content
Snippets Groups Projects
Commit 079aa524 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add explicit tool version for Github Action

parent a66bc175
2 merge requests!131WIP: Fix linting,!125Update CI config
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
- name: Install tools - name: Install tools
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 pylint pip install flake8==3.9.1 pylint==2.13.8
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8 - name: Lint with flake8
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment