Skip to content

Commit

Permalink
remove reduntant linmk check
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Feb 20, 2024
1 parent 2a27187 commit 180e072
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 180e072

Please sign in to comment.