Skip to content

Commit

Permalink
Update python-app.yml (Test Cache#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas3070 authored Mar 9, 2024
1 parent 389f263 commit 5585a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
pip install -e .
- name: Install Dependencies if Cache Missed
if: steps.cache-pip.outputs.cache-hit != 'true'
#if: steps.cache-pip.outputs.cache-hit != 'true'
run: |
cd triton_viz
pip install -e .
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
pip uninstall pytorch-triton -y
/usr/bin/python3.10 -m pip install -e .
/usr/bin/python3.10 -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
/usr/bin/python3.10 -m pip uninstall pytorch-triton -y
- name: Lint with pre-commit
run: |
Expand Down

0 comments on commit 5585a9c

Please sign in to comment.