]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Changes the pipenv install to be a sync 296/head
authorTrenton Holmes <trenton.holmes@psware.com>
Sun, 13 Mar 2022 15:20:40 +0000 (08:20 -0700)
committerTrenton Holmes <trenton.holmes@psware.com>
Sun, 13 Mar 2022 15:20:40 +0000 (08:20 -0700)
.github/workflows/ci.yml

index bd322147c5ecf015b9a79e89743ee8d6c27d9e10..ab700c0dcf6ebfa11a6699c3ea7dc070c556b69a 100644 (file)
@@ -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: |