Merge pull request #171 from antmicro/conda-env-fix

Fix conda python env config
This commit is contained in:
Karol Gugala 2021-07-30 09:45:12 +02:00 committed by GitHub
commit 5a0200b3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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