Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentraymond-ua committed Apr 11, 2024
1 parent 7a3a054 commit c08250a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests-and-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,11 @@ jobs:
curl -L https://artifacts.askem.lum.ai/skema/img2mml/models/cnn_xfmer_arxiv_im2mml_with_fonts_boldface_best.pt > skema/img2mml/trained_models/cnn_xfmer_arxiv_im2mml_with_fonts_boldface_best.pt
pip install ".[all]"
# Install tree-sitter parser (for Python component unit tests)
- name: TEST
working-directory: .
run: python scripts/retrieve_model.py

# Install tree-sitter parser (for Python component unit tests)
- name: Install tree-sitter parsers
working-directory: .
run: python skema/program_analysis/tree_sitter_parsers/build_parsers.py --ci --all



# docs (API)
# generate python docs using pdoc
- name: "Create documentation for Python components (API docs)"
Expand Down
3 changes: 0 additions & 3 deletions scripts/retrieve_model.py

This file was deleted.

0 comments on commit c08250a

Please sign in to comment.