Update package and install process (#1948)

This commit is contained in:
Mika Ayenson
2022-12-08 15:49:49 -05:00
committed by GitHub
parent 7e459dd585
commit 5bf69b7967
20 changed files with 167 additions and 47 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .[dev]
- name: Python Lint
run: |