From: Trenton Holmes Date: Sun, 13 Mar 2022 15:20:40 +0000 (-0700) Subject: Changes the pipenv install to be a sync X-Git-Tag: beta-1.6.1~99^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F296%2Fhead;p=thirdparty%2Fpaperless-ngx.git Changes the pipenv install to be a sync --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd322147c5..ab700c0dcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |