Skip to content

Commit

Permalink
Add bert-sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
mirand863 committed Dec 2, 2024
1 parent e5764a1 commit 69e3dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519 <<<y >/dev/null 2>&1
pip install git+https://github.com/charles9n/bert-sklearn.git@master
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Test with pytest
Expand Down

0 comments on commit 69e3dc0

Please sign in to comment.