Skip to content

Commit f079bf2

Browse files
committed
remove -r flag
1 parent 7c580d2 commit f079bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LNX-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
- -c
7676
- |
7777
set -e
78-
pip install --user -r nose nose-cov
78+
pip install --user nose nose-cov
7979
pip install -e .
8080
pip freeze | grep datajoint
8181
nosetests -vsw tests --with-coverage --cover-package=datajoint

0 commit comments

Comments
 (0)