Skip to content

Commit 6d8332b

Browse files
author
Jon Palmer
committed
remove lint test
1 parent 244ebad commit 6d8332b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,3 @@ jobs:
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
slug: nextgenusfs/funannotate2
64-
65-
lint:
66-
runs-on: ubuntu-latest
67-
steps:
68-
- uses: actions/checkout@v4
69-
70-
- name: Set up Python
71-
uses: actions/setup-python@v5
72-
with:
73-
python-version: "3.10"
74-
75-
- name: Cache pip dependencies
76-
uses: actions/cache@v3
77-
with:
78-
path: ~/.cache/pip
79-
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
80-
restore-keys: |
81-
${{ runner.os }}-pip-
82-
83-
- name: Install dependencies
84-
run: |
85-
python -m pip install --upgrade pip
86-
python -m pip install -e ".[dev]"
87-
88-
- name: Run pre-commit
89-
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)