Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jan 16, 2024
1 parent 489eda3 commit d0f2104
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ninja wheel pytest pytest-xdist numpy lit autopep8 flake8 isort
python -m pip install scipy>=1.7.1
python -m pip install cmake==3.24
python -m pip install torch==1.13.1 --index-url https://download.pytorch.org/whl/rocm5.2 # important for detecting ROCM!
python3 -m pip install --upgrade pip
python3 -m pip install ninja wheel pytest pytest-xdist numpy lit autopep8 flake8 isort
python3 -m pip install scipy>=1.7.1
python3 -m pip install cmake==3.24
python3 -m pip install torch==1.13.1 --index-url https://download.pytorch.org/whl/rocm5.2 # important for detecting ROCM!
- name: Check pre-commit
run: |
Expand Down

0 comments on commit d0f2104

Please sign in to comment.