Skip to content

Adding equinox as dependency and switching all baseclasses to modules #190

Adding equinox as dependency and switching all baseclasses to modules

Adding equinox as dependency and switching all baseclasses to modules #190

Workflow file for this run

name: News
on:
pull_request:
jobs:
news:
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'pre-commit-ci[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install towncrier
- name: Check for news
run: python -m towncrier check --compare-with origin/main