Skip to content

List links in reasonable order #258

List links in reasonable order

List links in reasonable order #258

Workflow file for this run

name : CI
on:
push:
branches: main
pull_request:
branches: main
env:
NB_KERNEL: python3
MPLBACKEND: Agg
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install pytest -r requirements.txt
jupyter kernelspec list
- name: Execute tests
run: make test