Skip to content

Commit a710082

Browse files
committed
Update config.yml
1 parent c2e6cb8 commit a710082

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
conda create -n cov python=3.9 pip coverage
6363
source activate cov
6464
65+
# We need curl for the codecov upload
66+
apt-get update
67+
apt-get install -yqq curl
68+
6569
cd /home/circleci/src/coverage/
6670
echo "Merge coverage files"
6771
coverage combine --data-file=/home/circleci/src/coverage/.coverage

0 commit comments

Comments
 (0)