mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-04 18:45:22 +00:00
commit
2ef6a981d5
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -40,9 +40,15 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up Python 3.13
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: 3.13
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install uv poetry
|
python -m pip install uv
|
||||||
|
uv pip install --system poetry
|
||||||
uv pip install --system .[dev]
|
uv pip install --system .[dev]
|
||||||
|
|
||||||
- name: Calculate coverage
|
- name: Calculate coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user