Skip to content

Commit abd270d

Browse files
fix pyproject-file config warnings from setup-uv action (#127)
1 parent 2dacbb0 commit abd270d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: astral-sh/setup-uv@v6
2929
with:
3030
enable-cache: true
31-
pyproject-file: pyproject.toml
3231

3332
- uses: actions/cache@v4
3433
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
uses: astral-sh/setup-uv@v6
3939
with:
4040
enable-cache: true
41-
pyproject-file: pyproject.toml
4241

4342
- id: set-matrix
4443
run: |
@@ -58,7 +57,6 @@ jobs:
5857
uses: astral-sh/setup-uv@v6
5958
with:
6059
enable-cache: true
61-
pyproject-file: pyproject.toml
6260

6361
- name: Run tests
6462
run: |

0 commit comments

Comments
 (0)