Skip to content

Commit e5cff44

Browse files
committed
fix: remove vrs_map tests from actions runner
With these changes, BLAT runs during test instances but is not installed in the actions runner. Remedy as part of #48.
1 parent b61ae56 commit e5cff44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Run tests
2525
# only run tests known to work in CI
26-
run: python3 -m pytest tests/test_mavedb_data.py tests/test_vrs_map.py
26+
run: python3 -m pytest tests/test_mavedb_data.py
2727
lint:
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)