Skip to content

Commit e9503fe

Browse files
authored
fix missing package
1 parent 923f359 commit e9503fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
2222
- name: Check release version
2323
run: |
24+
pip install packaging
2425
python release/check_release_version.py --release_version ${{ env.RELEASE_VERSION }}
2526
- name: Build DeepSpeed
2627
run: |

0 commit comments

Comments
 (0)