Skip to content

Commit fcc265c

Browse files
cdce8ptushar-deepsource
authored andcommitted
Resolve dependency conflicts with pylint (pylint-dev#1270)
1 parent d02cf80 commit fcc265c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
. venv/bin/activate
5353
python -m pip install -U pip setuptools wheel
5454
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
55+
pip install -e .
5556
- name: Generate pre-commit restore key
5657
id: generate-pre-commit-key
5758
run: >-
@@ -155,6 +156,7 @@ jobs:
155156
. venv/bin/activate
156157
python -m pip install -U pip setuptools wheel
157158
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
159+
pip install -e .
158160
159161
pytest-linux:
160162
name: Run tests Python ${{ matrix.python-version }} (Linux)
@@ -280,6 +282,7 @@ jobs:
280282
. venv\\Scripts\\activate
281283
python -m pip install -U pip setuptools wheel
282284
pip install -U -r requirements_test_min.txt -r requirements_test_brain.txt
285+
pip install -e .
283286
284287
pytest-windows:
285288
name: Run tests Python ${{ matrix.python-version }} (Windows)
@@ -359,6 +362,7 @@ jobs:
359362
. venv/bin/activate
360363
python -m pip install -U pip setuptools wheel
361364
pip install -U -r requirements_test_min.txt
365+
pip install -e .
362366
363367
pytest-pypy:
364368
name: Run tests Python ${{ matrix.python-version }}

requirements_test_min.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
-e .
21
pytest

0 commit comments

Comments
 (0)