mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
- name: Checkout Code
|
||||
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
|
||||
run: |
|
||||
cd ci
|
||||
|
Loading…
Reference in New Issue
Block a user