🧪 python 3.7 test still fail

This commit is contained in:
SkalskiP 2023-01-31 13:21:55 +01:00
parent 123dd77ba4
commit 8e70a3cd46
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: 🦾 Install dependencies
run: |
python -m pip install --upgrade pip
pip install -m .
pip install -e .
pip install pytest, flake8, black
- name: 🧹 Lint with flake8
run: |