We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0bb81 commit e757ac2Copy full SHA for e757ac2
.github/workflows/test_inc_examples.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
- pip install optimum[neural-compressor] pytest
+ pip install optimum[neural-compressor] pytest==8.0.0
39
pip install -r examples/neural_compressor/text-classification/requirements.txt
40
pip install -r examples/neural_compressor/question-answering/requirements.txt
41
pip install -r examples/neural_compressor/token-classification/requirements.txt
0 commit comments