2
0
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:
Oliver Walters 2021-08-28 21:03:09 +10:00
parent d0ccf8647d
commit 09a7a7d2e4

View File

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