Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox coverage
pip install "tox<4.24" coverage

- name: Run tests
run: >-
pipx run --python '${{ steps.setup-python.outputs.python-path }}'
tox
-- -rFEx --durations 10 --color yes --cov --cov-branch --cov-report=xml # pytest args
-- -rFEx --durations 10 --color yes --cov --cov-branch --cov-report=xml
Comment thread
avantikalal marked this conversation as resolved.

- name: Check for codecov token availability
id: codecov-check
Expand Down
3,839 changes: 2,147 additions & 1,692 deletions docs/tutorials/2-variant-effect-prediction.ipynb

Large diffs are not rendered by default.

Loading
Loading