Skip to content

Rename base.context.from to base.context.load (#112) #223

Rename base.context.from to base.context.load (#112)

Rename base.context.from to base.context.load (#112) #223

name: Install from source
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python-version}}
- name: Install dependencies and ScriptEngine
run: |
python -m pip install --upgrade pip
python -m pip install --editable .
- name: Test run ScriptEngine cli (version)
run: |
se --version
- name: Test run ScriptEngine cli (help)
run: |
se --help
- name: Test run ScriptEngine cli (tutorial)
run: |
cd docs/tutorial
se --nocolor --loglevel debug tutorial.yml