You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Technici4n Now you do the juliasetup in the tests from the setup config file. I wonder if this is a good idea. Are the side effects under control ? Is it perhaps better to do this in the .github/workflows/ci.yml ?
The text was updated successfully, but these errors were encountered:
Well the very least you should be more specific in the AiidaDFTK version. Not every 0.1 will work, only the most recent (so 0.1.9). See https://pkgdocs.julialang.org/v1/compatibility/ for info (a very important website to bookmark ... I always forget the details)
Also I'm a bit surprised about the Pkg.resolve(); Pkg.precompile(). Should a single Pkg.instantiate() not be enough ?
@Technici4n Now you do the juliasetup in the tests from the setup config file. I wonder if this is a good idea. Are the side effects under control ? Is it perhaps better to do this in the .github/workflows/ci.yml ?
The text was updated successfully, but these errors were encountered: