Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 4, 2024
1 parent 9db43c8 commit 5b5aa1b
Showing 1 changed file with 3 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 @@ -9,15 +9,15 @@ jobs:
- run:
name: Install dependencies
command: |
micromamba install -n base -c conda-forge -y python=3.7
micromamba install -n base -c conda-forge -y python=3.10
micromamba update -n base -f environment.yml
- run:
name: Run nbdev tests
command: |
eval "$(micromamba shell hook --shell bash)"
micromamba activate base
pip install ".[dev]"
nbdev_test --do_print --timing --n_workers 1
nbdev_test --do_print --timing --n_workers 0
test-model-performance:
resource_class: large
docker:
Expand All @@ -27,7 +27,7 @@ jobs:
- run:
name: Install dependencies
command: |
micromamba install -n base -c conda-forge -y python=3.7
micromamba install -n base -c conda-forge -y python=3.10
micromamba update -n base -f environment.yml
- run:
name: Run model performance tests
Expand Down

0 comments on commit 5b5aa1b

Please sign in to comment.