ci: another try, install module
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest pytest-mock pytest-cov mypy types-protobuf
|
pip install flake8 pytest pytest-mock pytest-cov mypy types-protobuf
|
||||||
pip install --use-pep517 -r requirements.txt
|
pip install --use-pep517 -r requirements.txt
|
||||||
|
pip install --no-deps .
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
|
|||||||
Reference in New Issue
Block a user