Skip to content

Commit

Permalink
chore: update cython
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Jul 25, 2023
1 parent a507762 commit 36b8bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cp dongtai_conf/conf/config.ini.test dongtai_conf/conf/config.ini
mkdir -p /tmp/logstash/report/{img,word,pdf,excel} && mkdir -p /tmp/iast_cache/package && mkdir -p /tmp/logstash/batchagent
python3 ./deploy/docker/version_update.py || true
pip install Cython==3.0.0b3
pip install Cython==3.0.0
python setup.py build_ext --inplace
find . -name "*.so" | grep test | xargs rm
coverage run --source='.' manage.py test
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
export DOC=TRUE
mkdir -p /tmp/logstash/report/{img,word,pdf,excel} && mkdir -p /tmp/iast_cache/package && mkdir -p /tmp/logstash/batchagent
python3 ./deploy/docker/version_update.py || true
pip install Cython==3.0.0b3
pip install Cython==3.0.0
python setup.py build_ext --inplace
python setup.py build_ext --inplace
python3 manage.py updatedepartmenttoken
Expand Down

0 comments on commit 36b8bf5

Please sign in to comment.