Skip to content

Commit

Permalink
Update python-app.yml (Test Cache#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas3070 authored Mar 9, 2024
1 parent fdf5ffe commit 3e36978
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-pip-
- name: Clone Triton and Install
if: steps.cache-pip.outputs.cache-hit != 'true'
run: |
pip list
git clone https://github.com/openai/triton.git
Expand All @@ -45,9 +44,9 @@ jobs:
if: steps.cache-pip.outputs.cache-hit != 'true'
run: |
cd triton_viz
/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
pip install -e .
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
pip uninstall pytorch-triton -y
- name: Lint with pre-commit
run: |
Expand Down

0 comments on commit 3e36978

Please sign in to comment.