mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
oops, add missing deps for some python tests
This commit is contained in:
parent
71d95d76d9
commit
270b96c7d1
4
.github/workflows/build_python.yml
vendored
4
.github/workflows/build_python.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install python deps
|
||||
run: pip install pytest numpy
|
||||
- name: Build
|
||||
run: |
|
||||
python setup.py build
|
||||
@ -44,6 +46,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install python deps
|
||||
run: pip install pytest
|
||||
- name: Build
|
||||
run: |
|
||||
python setup.py build
|
||||
|
Loading…
Reference in New Issue
Block a user