We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd83c89 commit d79a21eCopy full SHA for d79a21e
.github/workflows/tests.yaml
@@ -36,7 +36,7 @@ jobs:
36
uv venv --python ${{ matrix.python-version }}
37
uv pip install -e ".[dev,test]"
38
uv pip install "mt_metadata[obspy] @ git+https://github.com/kujaku11/mt_metadata.git@pydantic"
39
- uv pip install git+https://github.com/kujaku11/mth5.git@pydantic
+ uv pip install git+https://github.com/kujaku11/mth5.git@old_pydantic
40
uv pip install jupyter ipykernel pytest pytest-cov codecov
41
42
- name: Install system dependencies
0 commit comments