-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore(GitHub): Update cron.yml #85
Conversation
@simar7 What actions are completed unsuccessfully? I see that the step "Deploy Search Index to MeiliSearch Instance" exceeds the timeout, is that it? |
The step to upload artifacts fails as we cannot install the awscli within the GitHub actions repo. |
I've already seen this error Take a look https://stackoverflow.com/a/76641565 |
I'm leaning toward creating a virtual environment. |
Agree with you! |
That was also why I thought it was better to downgrade to a known environment rather than use the In order to get the builds up and running again, should we downgrade first and then work on the virtual environment setup? We could also go back to linux, see details in this comment. Let me know what you both think. |
IIRC this error is not related to OS version. Have you tried running action in MacOS 13?
I think we need to start by using Linux. |
@simar7 |
Nice, this is looking good. I'd say we go with your idea. If you want to push your changes to my branch that's fine too. |
I don't have permission for this 😞 :
|
As discussed with @DmitriyLewen offline, we will merge this as is and come back to switching over to Linux in a future PR. |
This reverts commit f22a7ea.
Looks like the runner is failing in the latest release of macOS environment in GitHub Actions. We can pin it to version 13 like so: https://github.com/lammps/lammps/pull/4146/files#diff-aa0563933da21476e08bd72b9ce1988e6d33e60fea45ab3b562ea3da5c5ac2cbR18