Skip to content

Commit 66a43bc

Browse files
authored
use uv
1 parent 9c7a6ae commit 66a43bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: ['3.10','3.11', '3.12', '3.13']
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-uv@v6
1717
with:
1818
python-version: ${{ matrix.version }}
1919
- name: install requirements

0 commit comments

Comments
 (0)