mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Removes duplicated install of pipenv, changes to use pipx as per the official example
This commit is contained in:
parent
58066443de
commit
3a8cffe3ce
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -108,13 +108,14 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Install pipenv
|
name: Install pipenv
|
||||||
run: pip install pipenv
|
run: pipx install pipenv
|
||||||
-
|
-
|
||||||
name: Set up Python
|
name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "${{ matrix.python-version }}"
|
python-version: "${{ matrix.python-version }}"
|
||||||
cache: "pipenv"
|
cache: "pipenv"
|
||||||
|
cache-dependency-path: 'Pipfile.lock'
|
||||||
-
|
-
|
||||||
name: Install system dependencies
|
name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -123,7 +124,6 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Install Python dependencies
|
name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pipenv
|
|
||||||
pipenv install --dev --ignore-pipfile
|
pipenv install --dev --ignore-pipfile
|
||||||
-
|
-
|
||||||
name: Tests
|
name: Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user