We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d8e0f commit dfe47d1Copy full SHA for dfe47d1
.github/workflows/test-pr.yml
@@ -3,11 +3,13 @@ name: Test PR
3
on: [pull_request]
4
5
jobs:
6
+
7
lint:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- uses: psf/black@stable
12
13
test:
14
runs-on: ${{ matrix.os }}
15
strategy:
setup.py
@@ -45,7 +45,7 @@
45
"ray",
46
"shap==0.44.1",
47
"xarray==2023.1.0",
48
- "bert-sklearn @ git+https://github.com/charles9n/bert-sklearn.git#egg=bert-sklearn",
+ "bert-sklearn",
49
],
50
}
51
0 commit comments