Skip to content

Commit

Permalink
Merge pull request #733 from RasmusOrsoe/fix_tests
Browse files Browse the repository at this point in the history
Fix unit tests
  • Loading branch information
RasmusOrsoe authored Jul 20, 2024
2 parents 72c38d5 + b0d24b8 commit 652f194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
pip show torch-cluster
pip show torch-sparse
pip show torch-scatter
pip show numpy
- name: Run unit tests and generate coverage report
run: |
set -o pipefail # To propagate exit code from pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"configupdater",
"dill>=0.3",
"matplotlib>=3.5",
"numpy>=1.21",
"numpy>=1.22,<2.0",
"pandas>=1.3",
"pyarrow",
"pydantic",
Expand Down

0 comments on commit 652f194

Please sign in to comment.