Skip to content

Commit

Permalink
remove faiss and spacy from workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Sep 29, 2024
1 parent 6dfb586 commit da5f204
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3
- run: pip install -e .
- run: pip install faiss-cpu
- run: python -m spacy download en_core_web_sm
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o docs_pdocs/ suql.sql_free_text_support.execute_free_text_sql --html
Expand Down

0 comments on commit da5f204

Please sign in to comment.