Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge GH Actions workflows that run tests into a single workflow (#1611)
* Merge GH Actions workflows that run tests into a single workflow * Configure default_shell when using per_available_shell decorator in tests to make sure the tests are using the right shell * Add test for per_available_shell decorator does what it's supposed to * Fix shell tests on Windows by creating an executable for the hello_world package instead of a python script. * Skip test_build::TestBuild::test_build_custom on Windows since it depends on make and GCC * Create a python rez package on the fly and use it as a dependency on our test packages. This will hopefully fix issues when there is no system python available. * Fix linter warnings * Remove old workflows * Fix test_deprecation_from_user_config on Windows * Add python 3.8, 3.9, 3.0 and 3.11 to installation workflow and test with 3.8 in test workflow --------- Signed-off-by: Jean-Christophe Morin <[email protected]>
- Loading branch information