Skip to content

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

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

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

Workflow file for this run

name: pip
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@main
- uses: actions/setup-python@main
with:
python-version: '3.9'
- name: Install Python Packages
run: pip install --upgrade pip
- name: Install
run: pip install .
- name: Check
run: cd / ; python -c "import autocog ; print(autocog.__file__)"