mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
fix typo
This commit is contained in:
parent
1f462ab50a
commit
cdcf14bce6
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install uv
|
python -m pip install uv
|
||||||
uv install --system tox tox-gh-actions
|
uv pip install --system tox tox-gh-actions
|
||||||
|
|
||||||
- name: Test with tox
|
- name: Test with tox
|
||||||
run: tox
|
run: tox
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install uv poetry
|
python -m pip install uv poetry
|
||||||
uv install --system .[dev]
|
uv pip install --system .[dev]
|
||||||
|
|
||||||
- name: Calculate coverage
|
- name: Calculate coverage
|
||||||
run: poetry run coverage run --source=pipreqs -m unittest discover
|
run: poetry run coverage run --source=pipreqs -m unittest discover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user