Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Nov 29, 2021
1 parent 6f90157 commit 2344f86
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 @@ -17,7 +17,7 @@ jobs:
- run: conda config --set always_yes yes --set changeps1 no
- run: conda update -q conda
- run: conda info -a
- run: conda create -q -n test-environment python=3.8 pytest
- run: conda create -q -n test-environment python=3.8 pytest nose
#MEME installation
- run: sudo apt-get install -y ghostscript-x
- run: mkdir -p ~/.config/matplotlib/
Expand Down

0 comments on commit 2344f86

Please sign in to comment.