Skip to content

upgrade to v0.25.0 of core/console, upgrade other dependencies (#21) #66

upgrade to v0.25.0 of core/console, upgrade other dependencies (#21)

upgrade to v0.25.0 of core/console, upgrade other dependencies (#21) #66

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
tests:
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9' ]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
- uses: actions/checkout@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install .
- run: make test