Update pythonapp.yml
This commit is contained in:
parent
ea6a6f023a
commit
8fe04d1cdf
1 changed files with 8 additions and 0 deletions
8
.github/workflows/pythonapp.yml
vendored
8
.github/workflows/pythonapp.yml
vendored
|
|
@ -44,6 +44,14 @@ jobs:
|
|||
- name: Run
|
||||
run: |
|
||||
kedro run
|
||||
|
||||
- name: Use Node.js 13.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 13.x
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@ownername'
|
||||
|
||||
- name: install npm
|
||||
run: |
|
||||
npm i -g gatsby-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue