name: CI on: push: branches: [main] jobs: test: runs-on: ubuntu-latest steps: - name: Install pytest run: pip install pytest