Skip to content

AutomationEditor Stable Python3.11 #292

AutomationEditor Stable Python3.11

AutomationEditor Stable Python3.11 #292

name: AutomationEditor Stable Python3.11
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 2 * * *"
permissions:
contents: read
jobs:
build_dev_version:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Update pip wheel setuptools
run: python -m pip install --upgrade --user pip setuptools wheel
- name: Run pip requirements.txt
run: python -m pip install --user -r requirements.txt
- name: Run AutomationEditor With Debug Mode
run: python ./test/unit_test/start_automation/start_automation_test.py
- name: Extend AutomationEditor
run: python ./test/unit_test/start_automation/extend_automation_test.py