Skip to content

Using working method for conda env creation.#633

Merged
marcpaterno merged 1 commit into
masterfrom
improve_conda_ci
Apr 24, 2026
Merged

Using working method for conda env creation.#633
marcpaterno merged 1 commit into
masterfrom
improve_conda_ci

Conversation

@vitenti
Copy link
Copy Markdown
Collaborator

@vitenti vitenti commented Apr 23, 2026

Description

Currently CI hangs on mac-os builds due to long conda solving. This PR changes the way the environment is created by recreating from scratch. This change made the conda solving much faster for the mac-os builds.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

The following checklist will make sure that you are following the code style and
guidelines of the project as described in the
contributing page.

  • I have run bash pre-commit-check and fixed any issues
  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation
  • I have 100% test coverage for my changes (please check this after the CI system has verified the coverage)

@vitenti vitenti requested a review from marcpaterno April 23, 2026 22:39
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (589fe96) to head (7d43f29).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master     #633     +/-   ##
=========================================
  Coverage    99.9%   100.0%             
=========================================
  Files         178      151     -27     
  Lines       13272     9057   -4215     
  Branches     1576     1035    -541     
=========================================
- Hits        13269     9057   -4212     
+ Misses          2        0      -2     
+ Partials        1        0      -1     

see 44 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marcpaterno marcpaterno merged commit b2129da into master Apr 24, 2026
13 checks passed
@marcpaterno marcpaterno deleted the improve_conda_ci branch April 24, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants