Skip to content

Commit

Permalink
Replace env filename with environment-cpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeix committed Mar 8, 2024
1 parent 0610431 commit 6c1a9e9
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 @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 git -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 git -f environment-cpu.yml
- run:
name: Run nbdev tests
command: |
Expand All @@ -24,7 +24,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment-cpu.yml
- run:
name: Run model performance tests
command: |
Expand All @@ -48,7 +48,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment-cpu.yml
- run:
name: Run model performance tests
command: |
Expand Down

0 comments on commit 6c1a9e9

Please sign in to comment.