Skip to content

Commit b50e9ac

Browse files
authored
Try to fix pipeline
1 parent 950eeb8 commit b50e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: x64
2424
- name: Compute tSNE Embeddings
2525
run: |
26-
python -m pip install transformers sklearn numpy
26+
python -m pip install transformers scikit-learn numpy
2727
python -m pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2828
python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/paper-abstracts.json ${{ github.workspace }}/_site/tsne.json
2929
- name: Compute topics

0 commit comments

Comments
 (0)