Skip to content

Commit

Permalink
Enable E2E test for Python 3.12 (#2486)
Browse files Browse the repository at this point in the history
Fixes #2485.
  • Loading branch information
pbchekin authored Oct 14, 2024
1 parent fe45283 commit 8d5374a
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 8d5374a

Please sign in to comment.