Update integration-test-with-conda.yml

This commit is contained in:
Jiahang Xu 2021-07-23 16:59:03 +08:00 коммит произвёл GitHub
Родитель b6213f9e91
Коммит 59684ed482
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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