We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5764a1 commit 69e3dc0Copy full SHA for 69e3dc0
.github/workflows/test-pr.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- 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
27
python -m pip install --upgrade pip
28
python -m pip install -e ".[dev]"
29
- name: Test with pytest
0 commit comments