Fix conda python env config
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
fbf2c513e0
commit
623446434f
|
@ -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