Update integration-test-with-conda.yml
try separately install the package logging.
This commit is contained in:
Родитель
c0414135f8
Коммит
dbfbac31b3
|
@ -20,7 +20,8 @@ jobs:
|
|||
echo $CONDA/bin >> $GITHUB_PATH
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
conda env update --file environment.yml --name base
|
||||
# conda env update --file environment.yml --name base
|
||||
pip install logging
|
||||
pip install . # install nn-meter
|
||||
pip install -r tests/requirements.txt # install aditional dependencies for testing
|
||||
- name: Lint with flake8
|
||||
|
|
Загрузка…
Ссылка в новой задаче