Skip to content

fixed ./docs and sync-docs.yml action #5

fixed ./docs and sync-docs.yml action

fixed ./docs and sync-docs.yml action #5

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install -e .[dev,test]
- name: Run tests
run: pytest tests/