Skip to content

Commit 6e34d96

Browse files
authored
Merge pull request #15 from nicolas-chaulet/humanpose1/debug_cpu
Fixing unit tests
2 parents b1cde16 + 73e41e6 commit 6e34d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Unittests
22

3-
on: [push]
3+
on: [pull_request]
44

55
jobs:
66
unittests:
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install torch flake8 setuptools
17+
pip install torch numpy scikit-learn flake8 setuptools
1818
- name: Build package
1919
run: |
2020
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)