File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Install dependencies
3535 run : |
3636 python -m pip install ".[dev]"
37+ python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
3738 python -m pip install pytest-cov
3839
3940 - name : Quality Assurance
Original file line number Diff line number Diff line change 4848 python -m pip install 'git+https://github.com/maps-as-data/DeepSolo.git'
4949 python -m pip install 'git+https://github.com/maps-as-data/DPText-DETR.git'
5050 python -m pip install 'git+https://github.com/maps-as-data/MapTextPipeline.git'
51+ python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
5152
5253
5354 - name : Clone DPText-DETR
Original file line number Diff line number Diff line change 3636 - name : Install dependencies
3737 run : |
3838 python -m pip install mapreader[dev]
39+ python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
3940
4041 - name : Quality Assurance
4142 run : |
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ def test_import():
1212 PatchContextDataset ,
1313 Downloader ,
1414 SheetDownloader ,
15- # IIIFDownloader,
15+ IIIFDownloader ,
1616 )
You can’t perform that action at this time.
0 commit comments