Skip to content

[v0.4.3] FTA: Simplify, Choice Limit, and Norms #23

[v0.4.3] FTA: Simplify, Choice Limit, and Norms

[v0.4.3] FTA: Simplify, Choice Limit, and Norms #23

Workflow file for this run

name: cli
on:
push:
branches:
- master
- devel
permissions:
contents: read
concurrency:
group: style-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/setup-python
with:
python-version: '3.9'
- name: Install Python Packages
run: pip install --upgrade pip
- name: Install
run: pip install .
- name: Check
run: cd tests/cli/mcq ; ./run.sh