summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 18:50:21 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 20:28:31 +0200
commit3420964a2ed8fd553e07efb1096b14dddcd2332c (patch)
tree5d14692e711621da30389b810676833f696c3ce3 /.github
parent628c266c0a2b0a0498d78d8a9a01704557e46c00 (diff)
downloadpylint-git-3420964a2ed8fd553e07efb1096b14dddcd2332c.tar.gz
Add editable install in requirements_test_min.txt
Closes #4306
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 050061798..082c3d094 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -51,7 +51,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
- pip install -e .
- name: Generate pre-commit restore key
id: generate-pre-commit-key
run: >-
@@ -181,7 +180,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
- pip install -e .
pytest-linux:
name: Run tests Python ${{ matrix.python-version }} (Linux)
@@ -353,7 +351,6 @@ jobs:
. venv\\Scripts\\activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test_min.txt
- pip install -e .
pytest-windows:
name: Run tests Python ${{ matrix.python-version }} (Windows)
@@ -432,7 +429,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test_min.txt
- pip install -e .
pytest-pypy:
name: Run tests Python ${{ matrix.python-version }}