We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845820a commit bbf8573Copy full SHA for bbf8573
1 file changed
.github/workflows/run_test.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install -e .
31
- pip install pycolmap
+ pip install pycolmap==0.6.1
32
pip install pytest
33
- name: Test with pytest
34
0 commit comments