We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244ebad commit 6d8332bCopy full SHA for 6d8332b
.github/workflows/tests.yml
@@ -61,29 +61,3 @@ jobs:
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
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
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