From 180e072bda61c8918ba919667e41df3ec78bbb80 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Tue, 20 Feb 2024 15:07:25 +0100 Subject: [PATCH] remove reduntant linmk check --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be398f956..988f39152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,21 +10,6 @@ env: OLDEST_PYMC_VERSION: "5.8.2" jobs: - lint: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.9", "3.11"] - oldest-pymc: [false, true] - steps: - - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} - - name: Run lint - uses: pre-commit/action@v3.0.0 - test: runs-on: ubuntu-latest strategy: