Skip to content

break ties for qn: Which customer made the highest number of transact… #198

break ties for qn: Which customer made the highest number of transact…

break ties for qn: Which customer made the highest number of transact… #198

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install pip dependencies
run: |
pip install -r requirements.txt
pip install pytest
- name: Run tests
run: pytest tests.py