Skip to content

Commit

Permalink
Debuggin of triton error
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Oct 30, 2024
1 parent 492d9bf commit f91825c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
- name: Check Triton installation.
run: |
source .venv/bin/activate
python3 -c "import triton; print(triton.__version__)"
- name: Run tests.
run: |
source .venv/bin/activate
Expand Down

0 comments on commit f91825c

Please sign in to comment.