Skip to content

fix: replace removed readfp from configparser with read_file #14

fix: replace removed readfp from configparser with read_file

fix: replace removed readfp from configparser with read_file #14

Workflow file for this run

name: Tests on PR
on:
pull_request:
workflow_dispatch:
jobs:
tests-on-pr:
uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr-no-codecov.yml@v0
with:
project: diffpy.srxconfutils
c_extension: false
headless: false
python_version: 3.13
run: |
conda install pre-commit
pre-commit run --all-files