Skip to content

Commit

Permalink
Update CircleCI config file (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg authored Jan 13, 2024
1 parent aed8ece commit 78e3bd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
name: Install dependencies
no_output_timeout: 30m
command: |
sudo pip install --upgrade pip
sudo pip install --only-binary=numpy,scipy numpy==1.22.4 scipy Cython pytest pytest-cov codecov
sudo pip install -e .[tests]
pip install --upgrade pip
pip install --only-binary=numpy,scipy numpy==1.22.4 scipy Cython pytest pytest-cov codecov
pip install -e .[tests]
- run:
name: Run tests
no_output_timeout: 30m
Expand Down
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include =
omit =
*/cornac/models/*
*/cornac/datasets/*
# ignored until being fixed
cornac/eval_methods/propensity_stratified_evaluation.py

0 comments on commit 78e3bd4

Please sign in to comment.