Skip to content

Bump check-manifest from 0.49 to 0.50 #152

Bump check-manifest from 0.49 to 0.50

Bump check-manifest from 0.49 to 0.50 #152

Workflow file for this run

on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
cache-dependency-path: setup.cfg
- run: |
python -m pip install --upgrade pip
make devinstall
- run: make test