Skip to content

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #67

chore(deps): bump google-github-actions/release-please-action from 3 to 4

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #67

Workflow file for this run

name: Tests
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
permissions:
contents: read
jobs:
python:
name: Python
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Python Setup
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Python Install
run: |
pip install --upgrade pip
pip install ".[tests]"
- name: Run Tests
run: |
pytest -vv