Skip to content

ci: install pythonocc-core from pip (pythonocc-core-wheels) instead of conda-forge - #3

Merged
Tokarzewski merged 1 commit into
mainfrom
ci/pip-pythonocc-wheels
Aug 10, 2026
Merged

ci: install pythonocc-core from pip (pythonocc-core-wheels) instead of conda-forge#3
Tokarzewski merged 1 commit into
mainfrom
ci/pip-pythonocc-wheels

Conversation

@Tokarzewski

Copy link
Copy Markdown
Owner

Replace the miniforge/conda install of pythonocc-core in the test-pythonocc job with pip install pythonocc-core-wheels. Removes the conda runtime dependency from CI. Verified: test-pythonocc passes on all 3 OS (branch run 31394783294).

…f conda-forge

The test-pythonocc job used setup-miniconda (miniforge) + 'conda install
-c conda-forge pythonocc-core'. pythonocc-core is now published as pip wheels
(pythonocc-core-wheels on PyPI, Linux/Windows/macOS arm64, py3.10-3.14), so
the job can use a plain pip setup: actions/setup-python + pip install
pythonocc-core-wheels. Removes the conda runtime dependency from CI.
@Tokarzewski
Tokarzewski merged commit 4fcc2b2 into main Aug 10, 2026
31 checks passed
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.

1 participant