Skip to content

Merge pull request #31 from leukeleu/dependabot/github_actions/action… #120

Merge pull request #31 from leukeleu/dependabot/github_actions/action…

Merge pull request #31 from leukeleu/dependabot/github_actions/action… #120

Workflow file for this run

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