Skip to content

Commit

Permalink
Install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed May 29, 2020
1 parent 91bbd41 commit cc4f323
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
# Setup
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Set up Nodejs 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: npm i
- name: Install python dependencies
run: pip3 install -r requirements.txt
- name: Build Template
run: npm run build
# Release if required
Expand Down

0 comments on commit cc4f323

Please sign in to comment.