Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
ci website (#5070)
Browse files Browse the repository at this point in the history
* ci website

* sklearn

* ci

* older cython
  • Loading branch information
Jing authored Aug 14, 2023
1 parent 5b3c33a commit bfd3b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ commands:
for i in $(seq 1 3); do python -m pip install --progress-bar off coverage && s=0 && break || s=$? && sleep 10; done; (exit $s)
mkdir -p ~/ParlAI/test-results
for i in $(seq 1 3); do pip install -v -r requirements.txt && s=0 && break || s=$? && sleep 10; done; (exit $s)
for i in $(seq 1 3); do pip install -v Cython==0.29.36 && s=0 && break || s=$? && sleep 10; done; (exit $s)
for i in $(seq 1 3); do pip install -v scikit-learn==0.23 --no-build-isolation && s=0 && break || s=$? && sleep 10; done; (exit $s)
for i in $(seq 1 3); do python setup.py develop && s=0 && break || s=$? && sleep 10; done; (exit $s)
for i in $(seq 1 3); do python -c "import nltk; nltk.download('punkt')" && s=0 && break || s=$? && sleep 10; done; (exit $s)
for i in $(seq 1 3); do python -c "import nltk; nltk.download('stopwords')" && s=0 && break || s=$? && sleep 10; done; (exit $s)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ myst-parser<1
attrs~=20.2.0
requests-mock==1.7.0
requests<3,>=2.21.0
scikit-learn==0.23.1
# scikit-learn==0.23.1
scipy==1.10.0
sh==1.12.14
sphinx_rtd_theme==0.4.3
Expand Down

0 comments on commit bfd3b8b

Please sign in to comment.