From 386140a2d4340b62d322456658990df6d62bd21d Mon Sep 17 00:00:00 2001 From: Will Dean Date: Fri, 13 Dec 2024 15:33:54 +0100 Subject: [PATCH] remove duplicate action --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 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 4cb6791d7..000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CI - -on: - pull_request: - branches: [main] - push: - branches: [main] - -env: - # The lower bound from the pyproject.toml file - OLDEST_PYMC_VERSION: "$(grep -E 'pymc *>' pyproject.toml | sed -n 's/.*>=\\([0-9]*\\.[0-9]*\\.[0-9]*\\).*/\\1/p')" - -jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - uses: pre-commit/action@v3.0.1