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

Allow Arup internal packages to depend on other Arup internal packages #64

Open
brynpickering opened this issue Jan 16, 2025 · 0 comments

Comments

@brynpickering
Copy link
Collaborator

With an Arup internal conda channel at https://packages.arup.com/conda we could feasibly have conda requirements files include those packages. This is fine when working locally (just include -c https://packages.arup.com/conda when creating the environment / installing the dependency). It doesn't work in CI/CD as the github runners don't have access to https://packages.arup.com/conda. The Arup packages runner does, but there's a few showstoppers here:

  1. We can only run linux tests as the packages runner is a linux machine
  2. We might overload the resources assigned to the runner if we the tests are too meaty

I'm mostly opening this issue to clarify to others why we can't (currently) have internal packages dependent on other internal packages if we want to leverage any CI/CD on GitHub.

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

No branches or pull requests

1 participant