Skip to content

docs: update readme #198

docs: update readme

docs: update readme #198

name: Mypy - Typechecking
on: [push]
jobs:
changes:
uses: ./.github/workflows/filter.yaml
python-typechecking:
needs: changes
if: ${{ needs.changes.outputs.algorithmic == 'true' }}
runs-on: ubuntu-latest
container:
image: ghcr.io/joennlae/halutmatmul-conda-gpu:latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- name: Check types with mypy
run: |
source /venv/bin/activate
mypy --install-types --non-interactive