We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61ae56 commit e5cff44Copy full SHA for e5cff44
1 file changed
.github/workflows/checks.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Run tests
25
# only run tests known to work in CI
26
- run: python3 -m pytest tests/test_mavedb_data.py tests/test_vrs_map.py
+ run: python3 -m pytest tests/test_mavedb_data.py
27
lint:
28
runs-on: ubuntu-latest
29
steps:
0 commit comments