Skip to content

[pre-commit.ci] pre-commit autoupdate #525

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #525

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1
- 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