-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update actions #769
Update actions #769
Conversation
I'm seeing |
Me neither. How very odd. |
Testing a dummy PR in #773 |
One potential factor here is could this have a newer version of |
But the changes here shouldn't change the |
maybe they do because
If its not that and if #773 works I can't imagine what it can be |
But the windows action fails which doesn't use cmdstan? |
oh.... Any chance its getting |
#773 does pass so it is definitely something in this PR |
The stan universe hosts the dev version of |
So we have a few options.. I am not sure how to control which package is installed from which repo via additional repositories. If we can do that then maybe that is the solution? |
This is very confusing. Ubuntu installs |
Removing myself as reviewer since Seb is reviewing. |
Sorry this was an intentional ping @jamesmbaazam as seb has now committed code |
@seabbs just flagging the failure of the epinowcast cmdstan action in the merged PR which presumably will happen here too https://github.com/epiforecasts/EpiNow2/actions/runs/10956025463/job/30421154764 |
its the cmdstan version lookup code. Really unclear why that is stochastically unstable. There must be a better way of getting the latest release |
maybe using the gh package |
if we set a version vs trying to find the latest one then that will go away |
Presumably because we're not sending an auth token along? |
or just using the existing functionality for identifying / downloading the latest release in |
Does it have this before it starts installing? We need it earlier to set the cache name |
I'm not using the API at all at the moment. It sends its a call to |
Isn't that the problem then given it yields a 403, i.e. the server receives the request but refuses to process? |
I guess yes if you're willing to use non-exported functions such as e.g. |
That is a good idea |
This reverts commit a21fbf8.
19a57f7
to
8d95260
Compare
Finally managed to get this to work by deleting the install-cmdstan cache. |
@jamesmbaazam just needs your approval then should be good to merge |
Description
This PR closes #.
Initial submission checklist
devtools::test()
anddevtools::check()
).devtools::document()
).lintr::lint_package()
).After the initial Pull Request