Skip to content
Snippets Groups Projects
Commit 2a7f30db authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] don't use jinja variables here for simplicity

parent f77e616c
Branches
No related tags found
No related merge requests found
Pipeline #54748 passed
......@@ -56,9 +56,9 @@ requirements:
test:
requires:
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
- pytest {{ pytest }}
- pytest-cov {{ pytest_cov }}
- sphinx_rtd_theme
- pytest
- pytest-cov
imports:
- {{ name }}
commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment