Skip to content

Merge pull request #25 from iCHAIT/patch-1 #54

Merge pull request #25 from iCHAIT/patch-1

Merge pull request #25 from iCHAIT/patch-1 #54

Workflow file for this run

---
name: "Cibyl CI"
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "Setup Python"
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
pip install tox
- name: "Run tox"
run: tox