Skip to content

Update Math SIG meeting times #31

Update Math SIG meeting times

Update Math SIG meeting times #31

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- uses: pre-commit/[email protected]