Skip to content

s/prompt_number/execution_count #6

s/prompt_number/execution_count

s/prompt_number/execution_count #6

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install .
- name: Run tests
run: pytest