Commit 89eefd8 1 parent 7a0c054 commit 89eefd8 Copy full SHA for 89eefd8
File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 21
21
python-version : " 3.11"
22
22
23
23
- name : Install dependencies
24
- run : make install-for-tests
24
+ run : make install
25
25
26
26
- name : Run pylint
27
27
run : |
Original file line number Diff line number Diff line change 26
26
python-version : ${{ matrix.python-version }}
27
27
28
28
- name : Install dependencies
29
- run : make install-for-tests
29
+ run : make install
30
30
31
31
- name : Test with python ${{ matrix.python-version }}
32
32
run : uv run --frozen pytest ./tests --cov-branch --cov-report term --cov-fail-under=80 --cov=wurzel/
Original file line number Diff line number Diff line change @@ -34,8 +34,3 @@ documentation:
34
34
35
35
reuse-lint :
36
36
uvx reuse lint
37
-
38
- install-for-tests :
39
- uv sync --all-extras --dev
40
- uv pip install -r DIRECT_REQUIREMENTS.txt
41
-
You can’t perform that action at this time.
0 commit comments