From 35de8e6ad573e76c637c05211a825ba742f14508 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Sun, 13 Mar 2022 08:20:40 -0700 Subject: [PATCH] Changes the pipenv install to be a sync --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd322147c..ab700c0dc 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: |