Skip to content

Commit

Permalink
[CI] fix TRANSFORMERS_DIFF_TESTS not found
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Jan 7, 2025
1 parent b69db17 commit 9c71b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
uv pip install dist/*.whl
- name: Install special requirements
if: ${{ !contains(TRANSFORMERS_DIFF_TESTS, matrix.test_script) && !cancelled() }}
if: ${{ !contains(env.TRANSFORMERS_DIFF_TESTS, matrix.test_script) && !cancelled() }}
run: |
uv pip install optimum bitblas==0.0.1.dev13 uvicorn transformers==4.38.2 typing-extensions numpy==1.26.4 peft==0.13.2 -U
Expand Down

0 comments on commit 9c71b0b

Please sign in to comment.