Skip to content

Commit d103143

Browse files
authored
Update ci.yml
1 parent 37a10d5 commit d103143

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
pip install numpy
5151
python setup.py build_ext --inplace
5252
53-
- name: gen .pyd file
54-
run: |
55-
pip install Cython
56-
pip install numpy
57-
python setup.py build_ext --inplace
58-
5953
- name: run the test script
6054
working-directory: anomaly-detector/tests
6155
run: |

0 commit comments

Comments
 (0)