Skip to content

Bump black from 25.1.0 to 25.9.0 #88

Bump black from 25.1.0 to 25.9.0

Bump black from 25.1.0 to 25.9.0 #88

Workflow file for this run

name: pytest
on: [push]
permissions:
contents: read
jobs:
run-pytest:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Install pyrwgps package (editable mode)
run: pip3 install -e .
- name: Runs pytest
run: python -m pytest --cov=pyrwgps --cov-report=term-missing -v