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 fbee1f1 commit 9b5ffeaCopy full SHA for 9b5ffea
.github/workflows/test-pr.yml
@@ -23,7 +23,6 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- 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