Skip to content

Commit 1c8b8f3

Browse files
authored
Update release.yml
1 parent 9144b17 commit 1c8b8f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
ref: "master"
1717
- id: setup-venv
1818
uses: ./.github/workflows/setup-venv
19+
- name: Install torch
20+
run: |
21+
pip install torch
1922
- name: Get release version from tag
2023
run: |
2124
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)