Skip to content

TestPioneer Stable Python 3.12 #83

TestPioneer Stable Python 3.12

TestPioneer Stable Python 3.12 #83

name: TestPioneer Stable Python 3.12
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 1 * * *"
permissions:
contents: read
jobs:
build_dev_version:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
- name: Test run yaml that execute multi scrip
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py
- name: Test yaml that script in folder
run: python ./test/unit_test/run_folder/test_run_folder.py
- name: Test yaml that download file yaml
run: python ./test/unit_test/download_file/test_run_download_file.py