Skip to content

Merge pull request #109 from chi-collective/sritchie/docs #565

Merge pull request #109 from chi-collective/sritchie/docs

Merge pull request #109 from chi-collective/sritchie/docs #565

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/setup-python@v4
with:
python-version: 3.11.5
cache: 'pip'
- name: Run Tests
run: |
python -m venv venv
source venv/bin/activate
sudo apt-get -y install graphviz
pip install --upgrade pip "setuptools>=62.4"
make pytest-no-vllm