2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00
This commit is contained in:
Asterix\Oliver
2025-06-14 19:50:36 +10:00
parent 4849287531
commit 5bd5fd8587

View File

@ -47,12 +47,13 @@ jobs:
python3 find_dart_files.py
flutter pub get
flutter analyze
- name: Code Formatting
run: |
dart format . --output=none --set-exit-if-changed
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Start InvenTree Server
run: |
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++