Skip to content

Merge branch 'master' of github.com:pbelmans/twisted-hodge #4

Merge branch 'master' of github.com:pbelmans/twisted-hodge

Merge branch 'master' of github.com:pbelmans/twisted-hodge #4

Workflow file for this run

name: Unit tests
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
container:
image: sagemath/sagemath:latest
options: --user root
steps:
- name: Checkout Twisted Hodge numbers calculator
uses: actions/checkout@v3
- name: Install the Twisted Hodge numbers calculator
run: sage --pip install .
- name: Run the tests
run: sage -t twisted/twisted.py