File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -23,29 +23,18 @@ jobs:
23
23
submodules : true
24
24
persist-credentials : false
25
25
26
+ - name : Install the latest version of uv
27
+ uses : astral-sh/setup-uv@v6
28
+
26
29
- name : Install packages
27
30
run : |
28
31
sudo apt-get update
29
32
sudo apt-get -y install libasan6
30
33
31
- - name : Set up Python
32
- uses : actions/setup-python@v5
33
- with :
34
- python-version : 3.13
35
-
36
- - name : Install dependencies
37
- run : |
38
- python -m pip install --upgrade pip
39
- pip install pytest setuptools wheel
40
-
41
- - name : Install
42
- run : pip install .
43
- env :
44
- CFLAGS : " -Werror -Wall -Wextra"
45
- MAXMINDDB_REQUIRE_EXTENSION : 1
46
-
47
34
- name : Test
48
- run : pytest
35
+ run : uv run pytest
49
36
env :
37
+ CFLAGS : " -Werror -Wall -Wextra"
50
38
LD_PRELOAD : libasan.so.6
39
+ MAXMINDDB_REQUIRE_EXTENSION : 1
51
40
MM_FORCE_EXT_TESTS : 1
You can’t perform that action at this time.
0 commit comments