Skip to content

Commit

Permalink
add test file to github venv
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 24, 2024
1 parent 7b36e6c commit ec680e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kernel-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
python-version: "3.11"

- name : Set Test File
run: python3.11 ci-tools/parse.py --test "${{ github.event.pull_request.body }}"
run: |
python3.11 ci-tools/parse.py --test "${{ github.event.pull_request.body }}"
echo "TEST_FILE=$TEST_FILE" >> $GITHUB_ENV
- name: Setup Triton Python Venv
run: |
Expand Down

0 comments on commit ec680e8

Please sign in to comment.