Update pythonapp.yml
This commit is contained in:
parent
937a21376e
commit
ebfa65714a
1 changed files with 10 additions and 10 deletions
20
.github/workflows/pythonapp.yml
vendored
20
.github/workflows/pythonapp.yml
vendored
|
|
@ -38,16 +38,16 @@ jobs:
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
# CACHE NODE
|
# CACHE NODE
|
||||||
- name: Get npm cache directory
|
# - name: Get npm cache directory
|
||||||
id: npm-cache
|
# id: npm-cache
|
||||||
run: |
|
# run: |
|
||||||
echo "::set-output name=dir::$(npm config get cache)"
|
# echo "::set-output name=dir::$(npm config get cache)"
|
||||||
- uses: actions/cache@v1
|
# - uses: actions/cache@v1
|
||||||
with:
|
# with:
|
||||||
path: ${{ steps.npm-cache.outputs.dir }}
|
# path: ${{ steps.npm-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-node-
|
# ${{ runner.os }}-node-
|
||||||
|
|
||||||
- name: Install kedro library
|
- name: Install kedro library
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue