File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
- develop
9
9
- ci-debug
10
+ - ci-uv
10
11
schedule :
11
12
- cron : " 0 9 * * 0"
12
13
@@ -26,16 +27,16 @@ jobs:
26
27
only-minimal : true
27
28
steps :
28
29
- uses : actions/checkout@v4
29
- - name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v5
30
+
31
+ - name : Install uv
32
+ uses : astral-sh/setup-uv@v5
31
33
with :
32
34
python-version : ${{ matrix.python-version }}
35
+ - name : Set up Python
36
+ run : uv python install
33
37
- name : Install python essentials
34
38
run : |
35
39
sudo apt-get install clang
36
- python -m pip install --upgrade pip uv
37
- uv venv --python ${{ matrix.python-version }}
38
- source ./.venv/bin/activate
39
40
uv pip install -U setuptools setuptools_scm wheel
40
41
- name : Install dependencies complete
41
42
if : matrix.only-minimal != true
You can’t perform that action at this time.
0 commit comments