We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2ea1a commit 35f8803Copy full SHA for 35f8803
.github/workflows/check-licenses.yaml
@@ -18,11 +18,10 @@ jobs:
18
steps:
19
- name: Checkout code
20
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
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
+ - run: uv pip install -U setuptools
+ - run: uv pip install -r skore/requirements.in
26
- name: Check Python dependencies with liccheck
27
uses: andersy005/gh-action-py-liccheck@main
28
with:
0 commit comments