Skip to content

Add dependabot for pip and run it on Thursdays #27

Add dependabot for pip and run it on Thursdays

Add dependabot for pip and run it on Thursdays #27

Workflow file for this run

name: Run tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'setup.cfg'
- run: make devinstall
- run: make flaketest