Fix conda python env config

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-07-30 08:05:31 +02:00
parent fbf2c513e0
commit 623446434f
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ dependencies:
- pip
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt

View File

@ -17,4 +17,4 @@ dependencies:
- pip
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt