Skip to content

Bump mcp version

Bump mcp version #1

Workflow file for this run

name: Python Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: |
python -m pip install --upgrade pip
python -m pip install .
- run: python -m unittest discover -v