Skip to content

Commit

Permalink
updated github actions for installing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Mar 30, 2024
1 parent 6cea00d commit 265cbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install -e .
pip install pycolmap
pip install pytest
- name: Test with pytest
run: |
pytest
1 change: 1 addition & 0 deletions .github/workflows/run_test_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest
- name: Test with pytest
run: |
pytest

0 comments on commit 265cbc8

Please sign in to comment.