diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-07 18:50:21 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-07 20:28:31 +0200 |
commit | 3420964a2ed8fd553e07efb1096b14dddcd2332c (patch) | |
tree | 5d14692e711621da30389b810676833f696c3ce3 /.github | |
parent | 628c266c0a2b0a0498d78d8a9a01704557e46c00 (diff) | |
download | pylint-git-3420964a2ed8fd553e07efb1096b14dddcd2332c.tar.gz |
Add editable install in requirements_test_min.txt
Closes #4306
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
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 }} |