Skip to content

Commit

Permalink
Work Around pypa/pip#10237
Browse files Browse the repository at this point in the history
Incidentally, file://requirements.txt does not work:

`ValueError: non-local file URIs are not supported on this platform: 'file://requirements.txt'`
  • Loading branch information
donn authored Aug 5, 2021
1 parent 00bdbcf commit 8aaa4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- pip
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r ./requirements.txt

0 comments on commit 8aaa4ce

Please sign in to comment.