install dependencies

This commit is contained in:
Frost Ming 2021-03-01 11:04:26 +08:00
parent e938b9f131
commit 058cb7d3d9
No known key found for this signature in database
GPG Key ID: 5BFA9CB4DDA943BF

View File

@ -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