feat: update GitHub Actions workflow for Python and CKAN#112
Open
ChasNelson1990 wants to merge 3 commits intodevelopmentfrom
Open
feat: update GitHub Actions workflow for Python and CKAN#112ChasNelson1990 wants to merge 3 commits intodevelopmentfrom
ChasNelson1990 wants to merge 3 commits intodevelopmentfrom
Conversation
Member
Author
|
@copilot fix these failing tests |
|
@ChasNelson1990 I've opened a new pull request, #113, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * Fix Docker image references in GitHub Actions workflow The Solr and PostgreSQL service containers were using the wrong matrix variable (ckan-version instead of ckan-solr-version and ckan-postgres-version), resulting in invalid Docker image references with two colons. Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com>
Member
Author
|
@copilot make the tests run on PR but not push |
|
@ChasNelson1990 I've opened a new pull request, #114, to work on those changes. Once the pull request is ready, I'll request review from you. |
6 tasks
…and remove Python 3.9 support (#114) * Initial plan * Configure workflow to run tests only on pull requests Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com> * Remove incompatible jinja2 and markupsafe version pins The pinned versions jinja2==2.10.1 and markupsafe==2.0.1 are incompatible with Python 3.10+, causing ImportError for collections.Mapping. Removing these pins allows CKAN to install compatible versions for each version. Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com> * Remove Python 3.9 and CKAN 2.9 support from workflow Removed Python 3.9 from the lint job and CKAN 2.9 test configuration, focusing support on Python 3.10 with CKAN 2.10 and 2.11 only. Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com>
Member
Author
|
@A-Souhei - I suspect getting VS Code's copilot to look at one failing test and get it working would get them all working but the GitHub PR copilot is gonna struggle cause the logs are huge lol |
33112fd to
9a9d2a7
Compare
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.
🥫