From e165942ad8e965e4bcb517525392abace5f29235 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 10 Nov 2021 12:20:51 -0800 Subject: [PATCH] Try to fix CI --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054bbf6..0d7498d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,8 @@ jobs: with: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} + - name: Make sync version of library (redis_om) + run: make sync #---------------------------------------------- # install dependencies if cache does not exist #---------------------------------------------- @@ -117,6 +119,11 @@ jobs: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} #---------------------------------------------- + # Make sync version of library (redis_om) + #---------------------------------------------- + - name: Make sync version of library (redis_om) + run: make sync + #---------------------------------------------- # install dependencies if cache does not exist #---------------------------------------------- - name: Install dependencies @@ -168,6 +175,11 @@ jobs: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} #---------------------------------------------- + # Make sync version of library (redis_om) + #---------------------------------------------- + - name: Make sync version of library (redis_om) + run: make sync + #---------------------------------------------- # install dependencies if cache does not exist #---------------------------------------------- - name: Install dependencies