Skip to content

Commit a1ded16

Browse files
committed
update ci/cd to work with IIIFDownloader
1 parent b647c1d commit a1ded16

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/mr_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
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

.github/workflows/mr_ci_text_spotting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
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

.github/workflows/mr_pip_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
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.

tests/test_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def test_import():
1212
PatchContextDataset,
1313
Downloader,
1414
SheetDownloader,
15-
# IIIFDownloader,
15+
IIIFDownloader,
1616
)

0 commit comments

Comments
 (0)