File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 40
40
PY_VER : ${{matrix.py_ver}}
41
41
MYSQL_VER : ${{matrix.mysql_ver}}
42
42
ALPINE_VER : " 3.10"
43
- MINIO_VER : RELEASE.2019 -09-26T19-42-35Z
43
+ MINIO_VER : RELEASE.2021 -09-03T03-56-13Z
44
44
COMPOSE_HTTP_TIMEOUT : " 120"
45
45
COVERALLS_SERVICE_NAME : travis-ci
46
46
COVERALLS_REPO_TOKEN : fd0BoXG46TPReEem0uMy7BJO5j0w1MQiY
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ services:
77
77
- -c
78
78
- |
79
79
set -e
80
+ wget -P /home/dja/.local/bin/ https://dl.min.io/client/mc/release/linux-amd64/mc
81
+ chmod +x /home/dja/.local/bin/mc
82
+ mc alias set myminio/ http://minio:9000 datajoint datajoint
80
83
pip install --user -r test_requirements.txt
81
84
pip install -e .
82
85
pip freeze | grep datajoint
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ services:
82
82
- -c
83
83
- |
84
84
set -e
85
+ wget -P /home/dja/.local/bin/ https://dl.min.io/client/mc/release/linux-amd64/mc
86
+ chmod +x /home/dja/.local/bin/mc
87
+ mc alias set myminio/ http://minio:9000 datajoint datajoint
85
88
pip install --user nose nose-cov coveralls flake8 ptvsd
86
89
pip install -e .
87
90
pip freeze | grep datajoint
You can’t perform that action at this time.
0 commit comments