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
2326604c81
commit
645451aa39
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -40,6 +40,11 @@ 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
|
python -m pip install uv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user