|
|
|
@ -55,9 +55,10 @@ jobs: |
|
|
|
tools/check.import.sh |
|
|
|
tools/check.import.sh |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
- name: Install dependencies |
|
|
|
|
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
python -m pip install --upgrade pip |
|
|
|
1 python -m pip install -e 'libs/pyTermTk[test]' |
|
|
|
python -m pip install -e 'libs/pyTermTk[test]' |
|
|
|
|
|
|
|
|
|
|
|
- name: Lint with flake8 |
|
|
|
- name: Lint with flake8 |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|