CIL icon indicating copy to clipboard operation
CIL copied to clipboard

Run GHA on different environment configuration

Open paskino opened this issue 9 months ago • 2 comments

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)

paskino avatar Mar 07 '25 09:03 paskino

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?

hrobarts avatar Mar 17 '25 09:03 hrobarts

@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?

gfardell avatar Apr 15 '25 10:04 gfardell