Skip to content

Commit e757ac2

Browse files
committed
fix test pytest version
1 parent ba0bb81 commit e757ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_inc_examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38-
pip install optimum[neural-compressor] pytest
38+
pip install optimum[neural-compressor] pytest==8.0.0
3939
pip install -r examples/neural_compressor/text-classification/requirements.txt
4040
pip install -r examples/neural_compressor/question-answering/requirements.txt
4141
pip install -r examples/neural_compressor/token-classification/requirements.txt

0 commit comments

Comments
 (0)