Skip to content

Commit 68cc634

Browse files
Fix wheel release CICD workflow
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent f879ef7 commit 68cc634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
pip install tox
21-
apt-get update && apt-get install -y curl jq
21+
sudo apt-get update && sudo apt-get install -y curl jq
2222
# - name: Run basic unit tests
2323
# run: tox -e py312-torch29-tf_latest-unit
2424
- name: Build Wheel

0 commit comments

Comments
 (0)