Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Mar 6, 2024
1 parent 5afd1b1 commit 95c2d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
no_output_timeout: 30m
command: |
. venv/bin/activate
pytest --ignore=tdc/test/dev_tests/
pytest --ignore=tdc/test/dev_tests/ --ignore=tdc/test/test_resources.py
- store_artifacts:
path: test-reports
Expand Down
5 changes: 1 addition & 4 deletions requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ scikit-learn
torch
tqdm
huggingface_hub
dataclasses
cellxgene-census
gget
tiledbsoma
dataclasses

0 comments on commit 95c2d19

Please sign in to comment.