We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee49587 commit 903b088Copy full SHA for 903b088
.github/workflows/development.yaml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- # py_ver: ["3.10"]
18
- # mysql_ver: ["8.0", "5.7"]
+ py_ver: ["3.10"]
+ mysql_ver: ["8.0", "5.7"]
19
include:
20
- # - py_ver: "3.9"
21
- # mysql_ver: "5.7"
+ - py_ver: "3.9"
+ mysql_ver: "5.7"
22
- py_ver: "3.8"
23
mysql_ver: "5.7"
24
- py_ver: "3.7"
LNX-docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
condition: service_healthy
52
app:
53
<<: *net
54
- image: datajoint/pydev:${PY_VER}-alpine3.10
+ image: datajoint/djtest:py${PY_VER}-${DISTRO}
55
depends_on:
56
fakeservices.datajoint.io:
57
0 commit comments