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

Change CI/CD to support ACT #119

Closed
laurensWe opened this issue Jul 31, 2024 · 2 comments · Fixed by #144
Closed

Change CI/CD to support ACT #119

laurensWe opened this issue Jul 31, 2024 · 2 comments · Fixed by #144
Assignees

Comments

@laurensWe
Copy link
Member

Intro

act is a cli tool that lets you run GitHub actions locally (faster iteration). Unfortunately, it works slightly different than GitHub actions, but this can be fixed with some small changes in the ci/cd so that both GitHub actions and act work.

Implementation notes

Acceptance Criteria

  • CI/CD of amt works with GitHub actions and act (.github/workflows/ci.yaml)

Out of Scope

  • CI/CD of ai-validation-infra works with GitHub actions and act
  • CI/CD of ai-validation works with GitHub actions and act
@laurensWe laurensWe self-assigned this Jul 31, 2024
@laurensWe laurensWe converted this from a draft issue Jul 31, 2024
@laurensWe
Copy link
Member Author

When using act and different python versions, the wrong virtualenv is being used

Image

@laurensWe
Copy link
Member Author

this (nektos/act#1518) May be related to this, because if one job fails/finishes in the matrix then it is stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant