Skip to content

Commit 8d5374a

Browse files
authored
Enable E2E test for Python 3.12 (#2486)
Fixes #2485.
1 parent fe45283 commit 8d5374a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ jobs:
159159
echo "TRANSFORMERS_VERSION=$TRANSFORMERS_VERSION" | tee -a $GITHUB_ENV
160160
161161
- name: Install transformers
162-
if: ${{ inputs.python_version != '3.12' }}
163162
uses: ./.github/actions/install-dependency
164163
with:
165164
package: transformers
@@ -168,7 +167,6 @@ jobs:
168167
try-tag-prefix: v
169168

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

0 commit comments

Comments
 (0)