Skip to content

Commit 89eefd8

Browse files
sam-heymerren-fx
andauthored
Apply suggestions from code review
Co-authored-by: merren <[email protected]>
1 parent 7a0c054 commit 89eefd8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.11"
2222

2323
- name: Install dependencies
24-
run: make install-for-tests
24+
run: make install
2525

2626
- name: Run pylint
2727
run: |

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Install dependencies
29-
run: make install-for-tests
29+
run: make install
3030

3131
- name: Test with python ${{ matrix.python-version }}
3232
run: uv run --frozen pytest ./tests --cov-branch --cov-report term --cov-fail-under=80 --cov=wurzel/

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ documentation:
3434

3535
reuse-lint:
3636
uvx reuse lint
37-
38-
install-for-tests:
39-
uv sync --all-extras --dev
40-
uv pip install -r DIRECT_REQUIREMENTS.txt
41-

0 commit comments

Comments
 (0)