Skip to content

Commit a364892

Browse files
chore(ci): add issue comment for arm + remove install deps (#325)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent c64631a commit a364892

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os: [
2525
ubuntu-latest,
26-
ubuntu-24.04-arm,
26+
ubuntu-24.04-arm, # https://github.com/actions/partner-runner-images/issues/37
2727
macos-latest,
2828
]
2929
python: [
@@ -42,10 +42,15 @@ jobs:
4242
fetch-depth: 0
4343
ref: ${{ github.event.pull_request.head.ref || github.ref }}
4444

45-
- name: Setup environment
46-
uses: ./.github/actions/setup-environment
45+
- name: Install UV
46+
uses: astral-sh/[email protected]
47+
id: setup-uv
4748
with:
49+
enable-cache: true
50+
prune-cache: false
4851
python-version: 3.${{ matrix.python }}
52+
version: '0.5.24'
53+
cache-suffix: 3.${{ matrix.python }}
4954

5055
- name: Fetch tags
5156
run: |

0 commit comments

Comments
 (0)