Skip to content

Commit

Permalink
setup env for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Oct 9, 2023
1 parent 2697dc2 commit 7b9d9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v3
with:
ref: "master"

- id: setup-venv
uses: ./.github/workflows/setup-venv

- name: Build DeepSpeed
run: |
DS_BUILD_STRING=" " python setup.py sdist_wheel

0 comments on commit 7b9d9a8

Please sign in to comment.