Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezipeng-ML committed Dec 11, 2023
1 parent fd3da80 commit e786454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ jobs:
python-version: '3.9'

- name: Install dependencies
uses: actions/setup-python@v2
with:
python-version: '3.9'
run: |
python -m pip install --upgrade pip
python -m pip install --pre oneflow -f https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/cpu
python -m pip install pybind11
python -m pip install torch torchvision torchaudio
- name: Build and install
uses: actions/setup-python@v2
with:
python-version: '3.9'
run: |
python -m pip install -e .
Expand Down

0 comments on commit e786454

Please sign in to comment.