We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adbf0e commit 3350193Copy full SHA for 3350193
.github/workflows/pytest.yaml
@@ -46,6 +46,9 @@ jobs:
46
- name: Install the Python package and dependencies
47
run: pip install --upgrade --upgrade-strategy=eager .[tests]
48
49
+ - name: Clone the transport-data/registry repo
50
+ run: tdc registry clone
51
+
52
- name: Run test suite using pytest
53
run: |
54
pytest transport_data \
0 commit comments