From d806ef6f9bc2e5a8e0cb49aa9602d0fafcbaef9c Mon Sep 17 00:00:00 2001 From: richpl Date: Sat, 29 Nov 2025 16:46:52 +0000 Subject: [PATCH] Revert "Add a GitHub Action to run pytest" --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index c5096e7..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: ci -on: [pull_request, push] -jobs: - pytest: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - run: pipx run pytest --doctest-modules