File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 52
52
. venv/bin/activate
53
53
python -m pip install -U pip setuptools wheel
54
54
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
55
+ pip install -e .
55
56
- name : Generate pre-commit restore key
56
57
id : generate-pre-commit-key
57
58
run : >-
@@ -155,6 +156,7 @@ jobs:
155
156
. venv/bin/activate
156
157
python -m pip install -U pip setuptools wheel
157
158
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
159
+ pip install -e .
158
160
159
161
pytest-linux :
160
162
name : Run tests Python ${{ matrix.python-version }} (Linux)
@@ -280,6 +282,7 @@ jobs:
280
282
. venv\\Scripts\\activate
281
283
python -m pip install -U pip setuptools wheel
282
284
pip install -U -r requirements_test_min.txt -r requirements_test_brain.txt
285
+ pip install -e .
283
286
284
287
pytest-windows :
285
288
name : Run tests Python ${{ matrix.python-version }} (Windows)
@@ -359,6 +362,7 @@ jobs:
359
362
. venv/bin/activate
360
363
python -m pip install -U pip setuptools wheel
361
364
pip install -U -r requirements_test_min.txt
365
+ pip install -e .
362
366
363
367
pytest-pypy :
364
368
name : Run tests Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1
- -e .
2
1
pytest
You can’t perform that action at this time.
0 commit comments