Skip to content

Commit

Permalink
Added pytdc to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DomInvivo committed Jul 12, 2024
1 parent b59428a commit 632d4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Install library
run: python -m pip install --no-deps -e . # `-e` required for correct `coverage` run.

- name: Install test dependencies
run: mamba install -c conda-forge pytdc # Required to run the `test_finetuning.py`

- name: Run tests
run: pytest -m 'not ipu'

Expand Down
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import unittest as ut
import gzip

from graphium.utils.read_file import file_opener
from graphium.utils.tensor import (
nan_mad,
nan_mean,
Expand Down

0 comments on commit 632d4dc

Please sign in to comment.