Skip to content

Commit 903b088

Browse files
committed
idk
1 parent ee49587 commit 903b088

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/development.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
# py_ver: ["3.10"]
18-
# mysql_ver: ["8.0", "5.7"]
17+
py_ver: ["3.10"]
18+
mysql_ver: ["8.0", "5.7"]
1919
include:
20-
# - py_ver: "3.9"
21-
# mysql_ver: "5.7"
20+
- py_ver: "3.9"
21+
mysql_ver: "5.7"
2222
- py_ver: "3.8"
2323
mysql_ver: "5.7"
2424
- py_ver: "3.7"

LNX-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
condition: service_healthy
5252
app:
5353
<<: *net
54-
image: datajoint/pydev:${PY_VER}-alpine3.10
54+
image: datajoint/djtest:py${PY_VER}-${DISTRO}
5555
depends_on:
5656
fakeservices.datajoint.io:
5757
condition: service_healthy

0 commit comments

Comments
 (0)