Skip to content

Commit 3350193

Browse files
committed
Explicitly clone registry repo in "pytest" CI workflow
1 parent 8adbf0e commit 3350193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytest.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Install the Python package and dependencies
4747
run: pip install --upgrade --upgrade-strategy=eager .[tests]
4848

49+
- name: Clone the transport-data/registry repo
50+
run: tdc registry clone
51+
4952
- name: Run test suite using pytest
5053
run: |
5154
pytest transport_data \

0 commit comments

Comments
 (0)