Browse Source

chore: fix

pull/573/head
Parodi, Eugenio 🌶 3 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
- name: Install dependencies
shell: bash
run: |
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
run: |

Loading…
Cancel
Save