File tree 3 files changed +228
-172
lines changed
3 files changed +228
-172
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,18 @@ jobs:
51
51
python-version : ${{ matrix.python-version }}
52
52
53
53
- name : Install latest compatible versions of immediate dependencies
54
+ working-directory : ./pydatalab
54
55
run : |
55
56
python -m pip install --upgrade pip
56
57
pip install -U setuptools
57
58
pip install pipenv
58
59
pipenv install --dev
60
+ pipenv run pip install -e .
59
61
60
62
- name : Run all tests
63
+ working-directory : ./pydatalab
61
64
run : |
62
- pipenv run pytest -rs -vvv --cov-report=term --cov-report=xml --cov ./pydatalab/pydatalab pydatalab /tests
65
+ pipenv run pytest -rs -vvv --cov-report=term --cov-report=xml --cov ./pydatalab . /tests
63
66
64
67
- name : Upload coverage to Codecov
65
68
if : matrix.python-version == 3.8 && github.repository == 'the-grey-group/datalabvue'
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ flask-cors = "*"
15
15
galvani = " *"
16
16
pyqt5 = " *"
17
17
navani = {git = " https://github.com/the-grey-group/navani.git" , editable = true }
18
- pydatalab = {path = " ." , editable = true }
19
18
pydantic = " *"
20
19
openpyxl = " *"
21
20
@@ -25,7 +24,6 @@ pytest-cov = "*"
25
24
pytest-dependency = " *"
26
25
pre-commit = " *"
27
26
mongomock = " *"
28
- gunicorn = " *"
29
27
30
28
[requires ]
31
29
python_version = " 3"
You can’t perform that action at this time.
0 commit comments