I have a Julia package I am developing with some notebooks I would like to let users to play with, and I am using myBinder as online computational environment.
All fine, until I replaced in the [compat]
section of Project.toml
the entry with Julia with multiple values:
julia = "1.3.1,1.3,1.4,1.5"
Now I receive the following error in myBinder:
Error during build: invalid literal for int() with base 10: '1,1'
Strange enough, I did try to revert using a single Julia entry, but I remain with the same problem.
If this is a bug, where should I report it ?