Skip to content

Commit 472a4e1

Browse files
committed
Use uv to build project in CodeQL action
Previously, it wasn't using the right setuptools version.
1 parent 942f5fb commit 472a4e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ jobs:
4848
# uses a compiled language
4949

5050
- name: Install dependencies
51-
run: |
52-
python -m pip install --upgrade pip
53-
pip install setuptools wheel
51+
run: python -m pip install uv
5452

55-
- run: python setup.py build
53+
- run: uv build
5654
env:
5755
MAXMINDDB_REQUIRE_EXTENSION: 1
5856

0 commit comments

Comments
 (0)