Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: scipy installation failing in umfpack tests #20714

Closed
dschmitz89 opened this issue May 14, 2024 · 2 comments · Fixed by #20727
Closed

CI: scipy installation failing in umfpack tests #20714

dschmitz89 opened this issue May 14, 2024 · 2 comments · Fixed by #20727
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure defect A clear bug or issue that prevents SciPy from being installed or used as expected
Milestone

Comments

@dschmitz89
Copy link
Contributor

Describe your issue.

See a recent CI log: https://github.com/scipy/scipy/actions/runs/9085915867/job/24970362158?pr=20713

Reproducing Code Example

n/a

Error message

n/a

SciPy/NumPy/Python version and system information

n/a
@dschmitz89 dschmitz89 added the defect A clear bug or issue that prevents SciPy from being installed or used as expected label May 14, 2024
@github-actions github-actions bot added the CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure label May 14, 2024
@tylerjereddy
Copy link
Contributor

The conda/mamba dependency resolver seems to be using Python 3.12 while that CI matrix entry intentionally specifies python-version: ["3.11"]. We do use the GHA script conda-incubator/setup-miniconda@v3 with python-version: ${{ matrix.python-version }}, but perhaps the unpinned python version in environment.yml is starting to cause issues via mamba env update -n scipy-dev -f environment.yml. @h-vetinari is that plausible?

@h-vetinari
Copy link
Member

@h-vetinari is that plausible?

Yes. It needs to be pinned to 3.11 once the environment gets created, later updates will not change the python version in the environment unless explicitly asked (and since scikit-umfpack isn't yet available for 3.12, it fails).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure defect A clear bug or issue that prevents SciPy from being installed or used as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants