Skip to content

Commit b3cc7ac

Browse files
author
Tim 'mithro' Ansell
committed
Remove file: usage in environment.yml
pip broke support for it a while ago. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
1 parent 8fd1ddd commit b3cc7ac

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)