Skip to content

Conversation

@danceratopz
Copy link
Member

@danceratopz danceratopz commented Apr 8, 2025

🗒️ Description

Note: The modified actions will now use the python version pinned in our CI variables (currently 3.12). Previously, the actions were using:

  • .github/workflows/coverage.yaml - 3.10
  • .github/workflows/docs_deploy.yaml - 3.11
  • .github/actions/build-fixtures/action.yaml - 3.10

🔗 Related Issues

Fixes #1062

Fixes a CI fail spotted due to #1176 in the Coverage Workflow in:

✅ Checklist

  • All: Set appropriate labels for the changes.
  • All: Considered squashing commits to improve commit history.

@danceratopz danceratopz added scope:ci Scope: Continuous Integration type:chore Type: Chore labels Apr 8, 2025
@danceratopz danceratopz changed the title refactor(ci): update and use astral-sh/setup-uv in all actions chore(ci): update and use astral-sh/setup-uv in all actions Apr 8, 2025
Copy link
Member

@marioevz marioevz left a comment

Choose a reason for hiding this comment

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

LGTM, I think as a follow up PR we should add the commit hashes of the actions we use as github variables too.

@marioevz marioevz merged commit a695b00 into main Apr 8, 2025
21 checks passed
@marioevz marioevz deleted the ci/use-astral-sh-setup-uv-in-all-actions branch April 8, 2025 17:01
pacrob pushed a commit to pacrob/execution-spec-tests that referenced this pull request May 5, 2025
…um#1409)

* style(ci): lint actions/fix-up whitespace

* refactor(ci): use astral-sh/setup-uv instead of local action

* chore(ci): bump astral-uv/setup-uv to latest release
felix314159 pushed a commit to felix314159/execution-spec-tests that referenced this pull request May 16, 2025
…um#1409)

* style(ci): lint actions/fix-up whitespace

* refactor(ci): use astral-sh/setup-uv instead of local action

* chore(ci): bump astral-uv/setup-uv to latest release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:ci Scope: Continuous Integration type:chore Type: Chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(ci): use astral-sh/setup-uv with vars.UV_VERSION across all gh workflows

3 participants