Skip to content

Commit 6d87f53

Browse files
committed
blah
1 parent 046cadb commit 6d87f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/actions/inductor-test/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git clone https://github.com/triton-lang/triton.git
3131
pushd triton
3232
echo "Checking out triton branch or commit"
33-
git checkout ${{ github.event.inputs.triton_pin || 'main' }}
33+
git checkout ${{ inputs.triton_pin || 'main' }}
3434
sudo yum install -y zlib-devel
3535
echo "Installing build-time dependencies"
3636
pip install ninja==1.11.1.1 cmake==3.30.2 wheel==0.44.0
@@ -58,7 +58,7 @@ jobs:
5858
git clone https://github.com/pytorch/pytorch.git
5959
pushd pytorch
6060
echo "Checking out pytorch branch or commit"
61-
git checkout ${{ github.event.inputs.pytorch_pin || 'main' }}
61+
git checkout ${{ inputs.pytorch_pin || 'main' }}
6262
git submodule sync
6363
git submodule update --init --recursive
6464
pip install -r requirements.txt

0 commit comments

Comments
 (0)