Skip to content

Commit 69e3dc0

Browse files
committed
Add bert-sklearn
1 parent e5764a1 commit 69e3dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519 <<<y >/dev/null 2>&1
26+
pip install git+https://github.com/charles9n/bert-sklearn.git@master
2727
python -m pip install --upgrade pip
2828
python -m pip install -e ".[dev]"
2929
- name: Test with pytest

0 commit comments

Comments
 (0)