-
Notifications
You must be signed in to change notification settings - Fork 5
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
allow julia 1.6 installs #6
base: master
Are you sure you want to change the base?
allow julia 1.6 installs #6
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6 +/- ##
==========================================
+ Coverage 98.37% 98.52% +0.15%
==========================================
Files 9 8 -1
Lines 246 271 +25
==========================================
+ Hits 242 267 +25
Misses 4 4
Continue to review full report at Codecov.
|
Looks like some julia version logic needs updating with Travis... not sure what to suggest there |
Codecov Report
@@ Coverage Diff @@
## master #6 +/- ##
==========================================
+ Coverage 98.37% 98.52% +0.15%
==========================================
Files 9 9
Lines 246 272 +26
==========================================
+ Hits 242 268 +26
Misses 4 4
Continue to review full report at Codecov.
|
Install on 1.6 fails with version conflicts, preventable by adding Manifest.toml to .gitignore.
Here I just did that and updated the package environment. Tests pass.