mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
use python3
This commit is contained in:
parent
1eb291555b
commit
e56a75e255
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Check Templated Files
|
||||
run: |
|
||||
cd ci
|
||||
python check_js_templates.py
|
||||
python3 check_js_templates.py
|
||||
- name: Lint Javascript Files
|
||||
run: |
|
||||
invoke render-js-files
|
||||
|
Loading…
Reference in New Issue
Block a user