Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 13, 2025
1 parent 2aec6fd commit f6e4560
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 @@ -60,7 +60,7 @@ jobs:
- run:
name: Merge coverage files
command: |
conda create -n cov python=<< parameters.python_version >> pip coverage
conda create -n cov python=3.12 pip coverage
source activate cov
# We need curl for the codecov upload
Expand Down

0 comments on commit f6e4560

Please sign in to comment.