-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Missed package when constructing .toml files on CI #27421
Comments
You need to list |
The weird thing is, my REQUIRE files does not list ANY other packages that
are apparently successfuly added to the .toml files. I thought therefore
that the required packages were somehow computed on-the-fly and this one
was missed.
|
Stdlibs are added on the fly because there is no way to define these in REQUIRE files so it was the easiest way to be compatible with old and new packages while we are in a transition period. |
OK, that makes sense. Thanks.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can see the tests of my package fail on CI because StatsBase is not included in the project files (my package currently has the old structure w/o the .toml files):
https://ci.appveyor.com/project/PetrKryslUCSD/finetools-jl/build/job/fqch3ssgkd2l0jwf
The text was updated successfully, but these errors were encountered: