This commit is contained in:
parent
36fea96bb6
commit
e2f0ace30a
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip -q install --upgrade pip
|
python3 -m pip -qq install --upgrade pip
|
||||||
python3 -m pip -q install --no-compile -r requirements.txt
|
python3 -m pip -qq install --no-compile -r requirements.txt
|
||||||
python3 -m pip -q install pylint
|
python3 -m pip -qq install pylint
|
||||||
|
|
||||||
- name: Show Python modules / versions
|
- name: Show Python modules / versions
|
||||||
run: python3 -m pip list
|
run: python3 -m pip list
|
||||||
|
|
Reference in a new issue