CIL
CIL copied to clipboard
Run GHA on different environment configuration
Description
Whilst loosening the install constraint to CIL (#2034), we need to make sure that the different configurations are tested. Also there are some specific unit tests that will only run in certain configuration, e.g. #2098.
Environment
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
We could use the new cil_test_env.yml file in #2102 for testing with dxchange and olefile and remove them from the meta.yaml?
@casperdcl is this something that dependancy groups would solve? We'd have the obvious groups, build, test, but we could add more and make sure GHA configurations are tested?