Skip to content

Commit

Permalink
fix test pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 19, 2024
1 parent ba0bb81 commit e757ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_inc_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install dependencies
run: |
pip install optimum[neural-compressor] pytest
pip install optimum[neural-compressor] pytest==8.0.0
pip install -r examples/neural_compressor/text-classification/requirements.txt
pip install -r examples/neural_compressor/question-answering/requirements.txt
pip install -r examples/neural_compressor/token-classification/requirements.txt
Expand Down

0 comments on commit e757ac2

Please sign in to comment.