Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFree-xzk authored Jan 25, 2024
2 parents 551fe69 + 24e8554 commit ec437d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
python-version: [ '3.9', '3.10.8', '3.11']


# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -48,6 +49,12 @@ jobs:
pip install numpy
python setup.py build_ext --inplace
- name: gen .pyd file
run: |
pip install Cython
pip install numpy
python setup.py build_ext --inplace
- name: run the test script
working-directory: anomaly-detector/tests
run: |
Expand Down
5 changes: 4 additions & 1 deletion anomaly-detector/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec437d5

Please sign in to comment.