Skip to content

Commit

Permalink
add pytest into requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Jan 7, 2025
1 parent 641f196 commit 31d7810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ jobs:
python runners/hypersim/triangulation.py --default_config_file cfgs/triangulation/default_fast.yaml \
--output_dir outputs/quickstart_test --triangulation.use_exhaustive_matcher --skip_exists --visualize 0
python runners/tests/localization.py
pytest -m ci_workflow tests
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ imagesize
einops
ninja
yacs
pytest
numpy<=1.26.4 # Tag numpy 1.26.4 for Open3D issue (https://github.com/numpy/numpy/issues/26853)
open3d==0.18.0
pycolmap>=3.11.1
Expand Down

0 comments on commit 31d7810

Please sign in to comment.