mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Install required files
This commit is contained in:
parent
d0ccf8647d
commit
09a7a7d2e4
10
.github/workflows/javascript.yaml
vendored
10
.github/workflows/javascript.yaml
vendored
@ -26,6 +26,16 @@ jobs:
|
|||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: 3.7
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install gettext
|
||||||
|
pip3 install invoke
|
||||||
|
invoke install
|
||||||
- name: Check Templated Files
|
- name: Check Templated Files
|
||||||
run: |
|
run: |
|
||||||
cd ci
|
cd ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user