install dependencies
This commit is contained in:
parent
e938b9f131
commit
058cb7d3d9
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -6,10 +6,17 @@ jobs:
|
|||||||
name: Test the action
|
name: Test the action
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set Node.js 12.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 12.x
|
||||||
|
- name: npm install
|
||||||
|
run: npm install
|
||||||
|
|
||||||
- name: Setup PDM
|
- name: Setup PDM
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
# Use the output from the `hello` step
|
|
||||||
- name: Get the project info
|
- name: Get the project info
|
||||||
run: pdm info
|
run: pdm info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user