Skip to content

Commit 4177fff

Browse files
author
Tim Ansell
authored
Merge pull request #77 from mithro/fix-environ
Remove `file:` usage in environment.yml
2 parents 8fd1ddd + b3cc7ac commit 4177fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- sphinx
3030
- yosys
3131
- pip: # Packages installed from PyPI
32-
- -r file:requirements.txt
33-
- -r file:docs/requirements.txt
32+
- -r requirements.txt
33+
- -r docs/requirements.txt
3434
- .
3535
- compat/.

0 commit comments

Comments
 (0)