Skip to content

Rename test.yml to test.yaml #1

Rename test.yml to test.yaml

Rename test.yml to test.yaml #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: pip
- run: pip install -r requirements.txt
- run: python -c 'exec(open("README.md").read().split("```")[1][6:])'