mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Changes the pipenv install to be a sync
This commit is contained in:
parent
1549edfd55
commit
35de8e6ad5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
-
|
||||
name: Install dependencies
|
||||
run: |
|
||||
pipenv install --dev --ignore-pipfile
|
||||
pipenv sync --dev
|
||||
-
|
||||
name: Make documentation
|
||||
run: |
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
-
|
||||
name: Install dependencies
|
||||
run: |
|
||||
pipenv install --dev --ignore-pipfile
|
||||
pipenv sync --dev
|
||||
-
|
||||
name: Codestyle
|
||||
run: |
|
||||
@ -110,7 +110,7 @@ jobs:
|
||||
-
|
||||
name: Install Python dependencies
|
||||
run: |
|
||||
pipenv install --dev --ignore-pipfile
|
||||
pipenv sync --dev
|
||||
-
|
||||
name: Tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user