Skip to content

Commit

Permalink
fix missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Oct 9, 2023
1 parent 923f359 commit e9503fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
- name: Check release version
run: |
pip install packaging
python release/check_release_version.py --release_version ${{ env.RELEASE_VERSION }}
- name: Build DeepSpeed
run: |
Expand Down

0 comments on commit e9503fe

Please sign in to comment.