Merge pull request #171 from antmicro/conda-env-fix
Fix conda python env config
This commit is contained in:
commit
5a0200b3ea
|
@ -14,4 +14,4 @@ dependencies:
|
||||||
- pip
|
- pip
|
||||||
# Packages installed from PyPI
|
# Packages installed from PyPI
|
||||||
- pip:
|
- pip:
|
||||||
- -r file:requirements.txt
|
- -r requirements.txt
|
||||||
|
|
|
@ -17,4 +17,4 @@ dependencies:
|
||||||
- pip
|
- pip
|
||||||
# Packages installed from PyPI
|
# Packages installed from PyPI
|
||||||
- pip:
|
- pip:
|
||||||
- -r file:requirements.txt
|
- -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue