Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
echo "TRANSFORMERS_VERSION=$TRANSFORMERS_VERSION" | tee -a $GITHUB_ENV

- name: Install transformers
if: ${{ inputs.python_version != '3.12' }}
uses: ./.github/actions/install-dependency
with:
package: transformers
Expand All @@ -168,7 +167,6 @@ jobs:
try-tag-prefix: v

- name: Run E2E test
if: ${{ inputs.python_version != '3.12' }}
run: |
# Set WORKSPACE for inductor_xpu_test.sh to make sure it creates "inductor_log" outside of pytorch cloned directory
export WORKSPACE=$GITHUB_WORKSPACE
Expand Down