Commit e22abe8 1 parent d6a00ca commit e22abe8 Copy full SHA for e22abe8
File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
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 : UV=`which uv` && make install
25
25
26
26
- name : Run pylint
27
27
run : |
Original file line number Diff line number Diff line change 25
25
python-version : ${{ matrix.python-version }}
26
26
27
27
- name : Install dependencies
28
- run : UV=`which uv` && make install-for-tests
28
+ run : UV=`which uv` && make install
29
29
30
30
- name : Test with python ${{ matrix.python-version }}
31
31
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 @@ -35,7 +35,4 @@ documentation:
35
35
reuse-lint :
36
36
$(UV ) run reuse lint
37
37
38
- install-for-tests :
39
- uv sync --all-extras --dev
40
- uv pip install -r DIRECT_REQUIREMENTS.txt
41
38
You can’t perform that action at this time.
0 commit comments