We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c987151 commit d126764Copy full SHA for d126764
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,8 @@ jobs:
28
pip install -e .[dev]
29
pip install -e .[llm]
30
pip install -e git+https://github.com/neuroquery/pubget.git#egg=pubget
31
+ pip install --upgrade joblib
32
+
33
34
- name: Run tests
35
run: |
0 commit comments