Skip to content

Commit

Permalink
Update python-app.yml (Test Cache#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas3070 authored Mar 9, 2024
1 parent 5585a9c commit fdf5ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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
/usr/bin/python3.10 -m pip install -e .
Expand All @@ -52,9 +52,9 @@ jobs:
- name: Lint with pre-commit
run: |
cd triton_viz
python3.10 -m pre-commit run --all-files
pre-commit run --all-files
- name: Test with pytest
run: |
cd triton_viz
python3.10 -m pytest Examples
pytest Examples

0 comments on commit fdf5ffe

Please sign in to comment.