Skip to content

Commit 35f8803

Browse files
try
1 parent dd2ea1a commit 35f8803

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/check-licenses.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
22-
with:
23-
python-version: '3.13'
24-
cache: 'pip'
25-
- run: pip install -r skore/requirements.in
21+
- name: Install uv
22+
uses: astral-sh/setup-uv@v5
23+
- run: uv pip install -U setuptools
24+
- run: uv pip install -r skore/requirements.in
2625
- name: Check Python dependencies with liccheck
2726
uses: andersy005/gh-action-py-liccheck@main
2827
with:

0 commit comments

Comments
 (0)