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

Missed package when constructing .toml files on CI #27421

Closed
PetrKryslUCSD opened this issue Jun 4, 2018 · 4 comments
Closed

Missed package when constructing .toml files on CI #27421

PetrKryslUCSD opened this issue Jun 4, 2018 · 4 comments

Comments

@PetrKryslUCSD
Copy link

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

@fredrikekre
Copy link
Member

You need to list StatsBase in your REQUIRE file (alternatively in a test/REQUIRE file if you only need it for testing purposes).

@PetrKryslUCSD
Copy link
Author

PetrKryslUCSD commented Jun 4, 2018 via email

@KristofferC
Copy link
Member

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.

@PetrKryslUCSD
Copy link
Author

PetrKryslUCSD commented Jun 4, 2018 via email

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

No branches or pull requests

3 participants