Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jan 9, 2025
1 parent a6a1573 commit dd1ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install transformers ${{ matrix.transformers-version }}
if: ${{ matrix.transformers-version != 'latest' }}
run: |
pip install transformers==${{ matrix.transformers-version }} diffusers<=0.32.0
pip install transformers==${{ matrix.transformers-version }} diffusers<0.32.0
- name: Test with pytest (in series)
run: |
Expand Down

0 comments on commit dd1ea43

Please sign in to comment.