mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-25 12:39:28 +00:00
ci: setup python
This commit is contained in:
parent
1913ddda38
commit
ce64ea713c
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -87,9 +87,14 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-fast install -y cmake libnetfilter-queue-dev libmnl-dev libnetfilter-conntrack-dev
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install --user -r scripts/requirements.txt
|
||||
pip install -r scripts/requirements.txt
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -77,4 +77,5 @@ dkms.conf
|
||||
/cmake-build-*/
|
||||
|
||||
/build/
|
||||
/third_party/
|
||||
/third_party/
|
||||
/venv/
|
||||
Loading…
Reference in New Issue
Block a user