Skip to content

Commit

Permalink
add -r requirements.txt to test
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Apr 1, 2021
1 parent 40048d5 commit 7ec21f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/example-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- black
- anaconda-client
- pip:
- -r requirements.txt
1 change: 1 addition & 0 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
isort

0 comments on commit 7ec21f1

Please sign in to comment.