Skip to content

Conversation

@tomvothecoder
Copy link
Collaborator

@tomvothecoder tomvothecoder commented May 13, 2025

Description

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

If applicable:

  • New and existing unit tests pass with my changes (locally and CI/CD build)
  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have noted that this is a breaking change for a major release (fix or feature that would cause existing functionality to not work as expected)

@tomvothecoder tomvothecoder requested a review from Copilot May 13, 2025 18:25
@tomvothecoder tomvothecoder self-assigned this May 13, 2025
@tomvothecoder tomvothecoder added the DevOps CI/CD, configuration, etc. label May 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the conda-incubator/setup-miniconda action version from v2 to v3 for the publish-docs job, addressing updates related to dependency management in the workflow.

  • Updated the action version in the GitHub workflows file.
  • Ensured the new version is applied in the publish-docs job.
Comments suppressed due to low confidence (1)

.github/workflows/build_workflow.yml:140

  • Ensure that the updated v3 of the setup-miniconda action does not introduce breaking changes in input parameters, and confirm that the existing inputs (like 'miniforge-variant') are still valid.
uses: conda-incubator/setup-miniconda@v3

@tomvothecoder tomvothecoder changed the title Update setup-miniconda to v3 for publish-docs job Update setup-miniconda from v2 to v3 May 13, 2025
@tomvothecoder tomvothecoder merged commit 41ac3b8 into main May 13, 2025
6 checks passed
@tomvothecoder tomvothecoder deleted the devops/978-publish-dcs branch May 13, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DevOps CI/CD, configuration, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DevOps]: Update setup-miniconda in publish-docs to fix doc build failure

2 participants