diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c0908bc..153dba5 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -38,16 +38,16 @@ jobs: ${{ runner.os }}-pip- # CACHE NODE - - name: Get npm cache directory - id: npm-cache - run: | - echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v1 - with: - path: ${{ steps.npm-cache.outputs.dir }} - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- +# - name: Get npm cache directory +# id: npm-cache +# run: | +# echo "::set-output name=dir::$(npm config get cache)" +# - uses: actions/cache@v1 +# with: +# path: ${{ steps.npm-cache.outputs.dir }} +# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} +# restore-keys: | +# ${{ runner.os }}-node- - name: Install kedro library run: |