Skip to content

Commit 7591fcc

Browse files
authored
ci: install python3-venv (#117)
1 parent 646f7f5 commit 7591fcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: [self-hosted]
1515
steps:
1616
- name: Install uv
17-
run: sudo snap install --classic astral-uv
17+
run: |
18+
sudo snap install --classic astral-uv
19+
sudo apt-get --yes install python3-venv
1820
- name: Checkout
1921
uses: actions/checkout@v5
2022
- name: Fetch tag annotations

0 commit comments

Comments
 (0)