Skip to content

Commit

Permalink
1.b add and review tests and recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Nov 22, 2024
1 parent 911405c commit 37e94dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_loading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
Expand All @@ -33,4 +34,4 @@ jobs:
run: |
python -m pytest ./tests/test_loading.py
python -m pytest ./tests/test_exception.py
python -m pytest ./tests/runner_benchmarking.py
python -m pytest ./tests/test_benchmarking.py
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37e94dd

Please sign in to comment.