File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
19
19
20
20
install :
21
21
- pip install .
22
- - owm clone https://github.com/openworm/OpenWormData.git
22
+ - owm clone https://github.com/openworm/OpenWormData.git --branch owmeta
23
23
- |
24
24
if [ $BUNDLE_TESTS ] ; then
25
25
owm bundle register ./owmeta-schema-bundle.yml
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ This project holds a working-copy of the database. You can retrieve it by
82
82
executing the following command line after owmeta installation:
83
83
84
84
``` bash
85
- owm clone https://github.com/openworm/OpenWormData.git
85
+ owm clone https://github.com/openworm/OpenWormData.git --branch owmeta
86
86
```
87
87
88
88
This command should create a directory ` .owm ` in your current working
You can’t perform that action at this time.
0 commit comments