Browse Source

chore: fix

pull/573/head
Parodi, Eugenio 🌶 4 months ago
parent
commit
5a9f54ce1a
  1. 3
      .github/workflows/testing.yml

3
.github/workflows/testing.yml

@ -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: |

Loading…
Cancel
Save