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

github-actions: Use constraints file instead of pre-installing packages on x86 #2584

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Jan 15, 2023

Some python packages no longer provide x86 (32bit) wheels, and the CI build environment is not good enough to build all of them from source. Restrict versions of these packages in env_contraints.txt instead of pre-installing the old versions.

Signed-off-by: Jan Vesely [email protected]

…es on x86

Some python packages no longer provide x86 (32bit) wheels, and the CI
build environment is not good enough to build all of them from source.
Restrict versions of these pacakges in env_contraints.txt instead of
pre-installing the old version.

Signed-off-by: Jan Vesely <[email protected]>
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit 6bd5f13 into PrincetonUniversity:devel Jan 15, 2023
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