Remove lzma from pip install list

pull/6/head
Jacob Torrey 2023-05-11 14:25:56 -06:00
rodzic 77060b7e67
commit 77e60befab
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest lzma argparse
pip install flake8 pytest argparse
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |