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

"Package GitHubActions not found in current path." on nightly #80

Closed
ulysses4ever opened this issue Apr 6, 2023 · 3 comments · Fixed by #81
Closed

"Package GitHubActions not found in current path." on nightly #80

ulysses4ever opened this issue Apr 6, 2023 · 3 comments · Fixed by #81

Comments

@ulysses4ever
Copy link

I just started getting a strange error on nightly:

ERROR: LoadError: ArgumentError: Package GitHubActions not found in current path.

Pkg.test works fine locally on Julia nightly.

References:

SaschaMann added a commit that referenced this issue Apr 7, 2023
#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.

Fixes #80
@SaschaMann
Copy link
Member

Thanks for reporting. This should be solved by #81. I think.

As a quick fix, you can set annotate: false to disable the annotations entirely, which should work around this issue. Or you wait until #81 is reviewed and merge, which would still keep the annotations on versions where they actually work.

SaschaMann added a commit that referenced this issue Apr 7, 2023
#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.

Fixes #80
@SaschaMann
Copy link
Member

@ulysses4ever If you could rerun the build, it should work now.

@ulysses4ever
Copy link
Author

Thanks a lot!

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 a pull request may close this issue.

2 participants