Update integration-test-with-conda.yml
This commit is contained in:
Родитель
b6213f9e91
Коммит
59684ed482
|
@ -23,7 +23,7 @@ jobs:
|
|||
# conda env update --file environment.yml --name base
|
||||
# cd /path/to/nn-meter
|
||||
pip install . # install nn-meter
|
||||
pip install tests/requirements.txt # install aditional dependencies for testing
|
||||
pip install -r tests/requirements.txt # install aditional dependencies for testing
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
conda install flake8
|
||||
|
|
Загрузка…
Ссылка в новой задаче