Skip to content

Commit

Permalink
Added mock as a ci dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
js-dieu committed May 18, 2022
1 parent 811b487 commit c575702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shared: &shared
- run:
name: "Setup Environment"
command: |
conda create -n ci ${CI_PYTHON} ${CI_PYTEST} $(cat requirements.txt | tr '\n' ' ') -c https://conda.anaconda.org/conda-forge -y
conda create -n ci ${CI_PYTHON} ${CI_PYTEST} $(cat requirements.txt | tr '\n' ' ') mock -c https://conda.anaconda.org/conda-forge -y
conda init bash
- run:
name: "Prepare Project"
Expand Down

0 comments on commit c575702

Please sign in to comment.