Skip to content

Commit

Permalink
force pip to install binary
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 25, 2023
1 parent 0dc46a1 commit 17294af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade flake8 pytest pycodestyle
pip install --only-binary :all: scikit-learn==1.0.1
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m spacy download en_core_web_sm
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 17294af

Please sign in to comment.