Skip to content

Commit 2831322

Browse files
authored
Merge branch 'main' into lesh/conda-oct
2 parents e906657 + 8d5374a commit 2831322

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
@@ -195,7 +195,6 @@ jobs:
195195
echo "TRANSFORMERS_VERSION=$TRANSFORMERS_VERSION" | tee -a $GITHUB_ENV
196196
197197
- name: Install transformers
198-
if: inputs.env_manager == 'base' && inputs.python_version != '3.12'
199198
uses: ./.github/actions/install-dependency
200199
with:
201200
package: transformers
@@ -205,7 +204,6 @@ jobs:
205204
env_manager: ${{ inputs.env-manager }}
206205

207206
- name: Run E2E test
208-
if: inputs.env_manager == 'base' && inputs.python_version != '3.12'
209207
run: |
210208
# Set WORKSPACE for inductor_xpu_test.sh to make sure it creates "inductor_log" outside of pytorch cloned directory
211209
export WORKSPACE=$GITHUB_WORKSPACE

0 commit comments

Comments
 (0)