Skip to content

Commit bdb5017

Browse files
committed
Changed dockerfiles for tests to pass.
1 parent be65ecc commit bdb5017

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
PY_VER: ${{matrix.py_ver}}
4141
MYSQL_VER: ${{matrix.mysql_ver}}
4242
ALPINE_VER: "3.10"
43-
MINIO_VER: RELEASE.2019-09-26T19-42-35Z
43+
MINIO_VER: RELEASE.2021-09-03T03-56-13Z
4444
COMPOSE_HTTP_TIMEOUT: "120"
4545
COVERALLS_SERVICE_NAME: travis-ci
4646
COVERALLS_REPO_TOKEN: fd0BoXG46TPReEem0uMy7BJO5j0w1MQiY

LNX-docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ services:
7777
- -c
7878
- |
7979
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
8083
pip install --user -r test_requirements.txt
8184
pip install -e .
8285
pip freeze | grep datajoint

local-docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ services:
8282
- -c
8383
- |
8484
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
8588
pip install --user nose nose-cov coveralls flake8 ptvsd
8689
pip install -e .
8790
pip freeze | grep datajoint

0 commit comments

Comments
 (0)