Skip to content

Commit

Permalink
Use conda for merge_coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 27, 2025
1 parent 3d513a0 commit 16bd824
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 @@ -55,7 +55,7 @@ jobs:
- run:
name: Merge coverage files
command: |
mamba create -n cov python=3.9 pip coverage
conda create -n cov python=3.9 pip coverage
source activate cov
# We need curl for the codecov upload
Expand Down

0 comments on commit 16bd824

Please sign in to comment.