Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Improved line spacing for comments #3644

Improved line spacing for comments

Improved line spacing for comments #3644

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest
- name: Run tests
run: pytest -x