Fix composite action location and missing checkout in CI workflows#1999
Merged
Flix6x merged 3 commits intofix/copilot-setup-steps-shares-steps-with-lint-and-testfrom Mar 4, 2026
Merged
Conversation
2 tasks
…e local action reference Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix copilot setup steps to align with lint and test
Fix composite action location and missing checkout in CI workflows
Mar 4, 2026
Copilot stopped work on behalf of
Flix6x due to an error
March 4, 2026 08:39
Documentation build overview
Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
|
Contributor
|
@copilot fix the issue for the one failing test for Python 3.12: |
…model.py for Python 3.12 compatibility Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com>
Contributor
Author
... Fixed in commit Replaced |
Copilot stopped work on behalf of
Flix6x due to an error
March 4, 2026 09:15
Flix6x
approved these changes
Mar 4, 2026
Contributor
Flix6x
left a comment
There was a problem hiding this comment.
Good, the test pipeline runs again.
bca347f
into
fix/copilot-setup-steps-shares-steps-with-lint-and-test
6 of 7 checks passed
Flix6x
added a commit
that referenced
this pull request
Mar 4, 2026
* fix: match matrix variable name Signed-off-by: F.N. Claessen <claessen@seita.nl> * style: lowercase secrets is correct GitHub expression syntax Signed-off-by: F.N. Claessen <claessen@seita.nl> * fix: setup-test-env.yml uses same composite action as lint-and-test.yml Signed-off-by: F.N. Claessen <claessen@seita.nl> * refactor: streamline options formatting Signed-off-by: F.N. Claessen <claessen@seita.nl> * fix: move composite actions to dedicated folder Signed-off-by: F.N. Claessen <claessen@seita.nl> * fix: ensure cache path exists Signed-off-by: F.N. Claessen <claessen@seita.nl> * docs: changelog entry Signed-off-by: F.N. Claessen <claessen@seita.nl> * Fix composite action location and missing checkout in CI workflows (#1999) * Initial plan * fix: move composite action to correct location and add checkout before local action reference Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com> * fix: replace pkg_resources with importlib.metadata in visualize_data_model.py for Python 3.12 compatibility Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com> --------- Signed-off-by: F.N. Claessen <claessen@seita.nl> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
copilot-setup-steps.yml, which was giving errorsdocumentation/changelog.rst.github/actions/setup-test-env.ymlto.github/actions/setup-test-env/action.yml(correct location for composite actions)actions/checkoutas first step in bothlint-and-test.ymlandcopilot-setup-steps.ymlbefore referencing local actionactions/checkoutfrom inside the composite actionpkg_resourceswithimportlib.metadatainvisualize_data_model.pyto fix Python 3.12 test failure💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.