Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Update Math SIG meeting times #277

Update Math SIG meeting times

Update Math SIG meeting times #277

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/action@v3.0.0