Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Apr 22, 2024
1 parent 7533e29 commit b86dd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# from non default locations first. Installing the PyTorch CPU
# wheels saves multiple minutes and a lot of bandwidth on runner setup.
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install -r requirements -e .
pip install -r requirements.txt -e .
- name: Run unit tests
if: ${{ !cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pip install -r pytorch-rocm-requirements.txt

```
# Install editable local projects.
pip install -r requirements -e .
pip install -r requirements.txt -e .
```

### Running Tests
Expand Down

0 comments on commit b86dd96

Please sign in to comment.