Skip to content

Commit

Permalink
Update python-app.yml (Test #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas3070 authored Mar 6, 2024
1 parent d87b0ab commit cc37e03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: tejas3070-patch-1
path: 'triton_viz'

- name: Set up Python 3.10
Expand Down Expand Up @@ -53,6 +52,7 @@ jobs:
git clone https://github.com/openai/triton.git ~/triton
cd ~/triton/python
pip install .
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
- name: Install triton_viz
run: |
Expand All @@ -61,8 +61,7 @@ jobs:
- name: Install main project (triton_viz) dependencies
run: |
cd $GITHUB_WORKSPACE/triton_viz
pip install -r requirements.txt
pip install pytest pre-commit pyarrow
- name: Lint with pre-commit
run: |
Expand Down

0 comments on commit cc37e03

Please sign in to comment.