From a310695c7502ecc29bf32fdadb902cefddf96809 Mon Sep 17 00:00:00 2001 From: SemyonSinchenko Date: Sat, 18 Nov 2023 22:56:08 +0000 Subject: [PATCH] Hot-fix 2 On branch feature/fix-tests Changes to be committed: modified: .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ba31b9..24519179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: poetry-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies - run: make install_test + run: make install_deps if: steps.cache.outputs.cache-hit != 'true' - name: Change PySpark to version ${{ matrix.pyspark-version }}