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.
2 parents e4e377a + 23a7588 commit 73945d2Copy full SHA for 73945d2
.github/workflows/development.yaml
@@ -58,6 +58,10 @@ jobs:
58
py_ver: ["3.9"]
59
mysql_ver: ["8.0", "5.7"]
60
include:
61
+ - py_ver: "3.11"
62
+ mysql_ver: "8.0"
63
+ - py_ver: "3.10"
64
65
- py_ver: "3.8"
66
mysql_ver: "5.7"
67
- py_ver: "3.7"
LNX-docker-compose.yml
@@ -87,11 +87,9 @@ services:
87
- -c
88
- |
89
set -e
90
- pip install --user nose nose-cov
91
pip install -e .
92
pip list --format=freeze | grep datajoint
93
pytest -sv --cov-report term-missing --cov=datajoint tests
94
- nosetests -vsw tests_old --with-coverage --cover-package=datajoint
95
# ports:
96
# - "8888:8888"
97
user: ${HOST_UID:-1000}:anaconda
0 commit comments