Skip to content

Update test_account.py #11

Update test_account.py

Update test_account.py #11

Workflow file for this run

name: Run tests
on:
push:
branches: ['*']
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |-
python -m pip install --upgrade pip
pip install mcp[cli]==1.9.3, pytest-asyncio==1.0.0
- name: Free space
run: df -h && rm -rf /opt/hostedtoolcache* && df -h
- name: Run tests
run: |-
pytest tests