Skip to content

More robust sorting in extract_links.py #260

More robust sorting in extract_links.py

More robust sorting in extract_links.py #260

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