Skip to content

Commit

Permalink
fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jan 10, 2025
1 parent dd1ea43 commit c9e0d0f
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 c9e0d0f

Please sign in to comment.